#A85962

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

Shades of Hippie Pink #A85962

Tints of Hippie Pink #A85962

Color information

#A85962 (or 0xA85962) is unknown color: approx Hippie Pink. HEX triplet: A8, 59 and 62. RGB value is (168,89,98). Sum of RGB (Red+Green+Blue) = 168+89+98=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A85962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85962 is #57A69D. Grayscale: #717171. Windows color (decimal): -5744286 or 6445480. OLE color: 6445480.

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

Color convert

RGB1688998-
CMYK00.470.420.34
HSL353.16º31.23%50.39%-
HSV(B)353.16º47.02%65.88%-
XYZ21.9316.3513.56-
YUV113.65119.17166.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=47.32%
G=25.07%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168899800.470.420.34353.1631.2350.39
HexA8596202F2A221611f32
Octal25013114205752425413762
Binary1010100010110011100010010111110101010001010110000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85962; }

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

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

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

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

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

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

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

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