#A84A59

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

Shades of Hippie Pink #A84A59

Tints of Hippie Pink #A84A59

Color information

#A84A59 (or 0xA84A59) is unknown color: approx Hippie Pink. HEX triplet: A8, 4A and 59. RGB value is (168,74,89). Sum of RGB (Red+Green+Blue) = 168+74+89=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A59 is #57B5A6. Grayscale: #676767. Windows color (decimal): -5748135 or 5851816. OLE color: 5851816.

HSL color Cylindrical-coordinate representation of color #A84A59: hue angle of 350.43º 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 #A84A59 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1687489-
CMYK00.560.470.34
HSL350.43º38.84%47.45%-
HSV(B)350.43º55.95%65.88%-
XYZ20.413.9411.07-
YUV103.82119.64173.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=50.76%
G=22.36%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168748900.560.470.34350.4338.8447.45
HexA84A590382F2215e272f
Octal25011213107057425364757
Binary10101000100101010110010111000101111100010101011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A59; }

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

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

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

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

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

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

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

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