#A84A56

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

Shades of Hippie Pink #A84A56

Tints of Hippie Pink #A84A56

Color information

#A84A56 (or 0xA84A56) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 56. RGB value is (168,74,86). Sum of RGB (Red+Green+Blue) = 168+74+86=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A56 is #57B5A9. Grayscale: #676767. Windows color (decimal): -5748138 or 5655208. OLE color: 5655208.

HSL color Cylindrical-coordinate representation of color #A84A56: hue angle of 352.34º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A56 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1687486-
CMYK00.560.490.34
HSL352.34º38.84%47.45%-
HSV(B)352.34º55.95%65.88%-
XYZ20.2813.8910.42-
YUV103.47118.14174.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=51.22%
G=22.56%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168748600.560.490.34352.3438.8447.45
HexA84A560383122160272f
Octal25011212607061425404757
Binary10101000100101010101100111000110001100010101100000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A56; }

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

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

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

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

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

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

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

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