#A84456

Color #A84456 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A84456

Tints of Hippie Pink #A84456

Color information

#A84456 (or 0xA84456) is unknown color: approx Hippie Pink. HEX triplet: A8, 44 and 56. RGB value is (168,68,86). Sum of RGB (Red+Green+Blue) = 168+68+86=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A84456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84456 is #57BBA9. Grayscale: #636363. Windows color (decimal): -5749674 or 5653672. OLE color: 5653672.

HSL color Cylindrical-coordinate representation of color #A84456: hue angle of 349.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84456 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1686886-
CMYK00.600.490.34
HSL349.2º42.37%46.27%-
HSV(B)349.2º59.52%65.88%-
XYZ19.913.1310.29-
YUV99.95120.13176.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=52.17%
G=21.12%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168688600.600.490.34349.242.3746.27
HexA8445603C312215d2a2e
Octal25010412607461425355256
Binary10101000100010010101100111100110001100010101011101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84456; }

 p { color: rgb(168,68,86); }

 H1.HeaderClassName
 {
   color: #A84456;
 }
 .AnyTagClassName
 {
   color: #A84456;
 }
</style>
background-color css

<style>
 a { background-color: #A84456; }

 a { background-color: rgb(168,68,86); }

 div.DivClassName
 {
   background-color: #A84456;
 }
 .BgClassName
 {
   background-color: #A84456;
 }
</style>
border-color css

<style>
 span { border-color: #A84456; }

 span { border-color: rgb(168,68,86); }

 td.TdClassName
 {
   border-color: #A84456;
 }
 .TagClassName
 {
   border-color: #A84456;
 }
</style>