#A05559

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

Shades of Hippie Pink #A05559

Tints of Hippie Pink #A05559

Color information

#A05559 (or 0xA05559) is unknown color: approx Hippie Pink. HEX triplet: A0, 55 and 59. RGB value is (160,85,89). Sum of RGB (Red+Green+Blue) = 160+85+89=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A05559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05559 is #5FAAA6. Grayscale: #6B6B6B. Windows color (decimal): -6269607 or 5854624. OLE color: 5854624.

HSL color Cylindrical-coordinate representation of color #A05559: hue angle of 356.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05559 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1608589-
CMYK00.470.440.37
HSL356.8º30.61%48.04%-
HSV(B)356.8º46.88%62.75%-
XYZ19.5514.6911.26-
YUV107.88117.35165.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=47.90%
G=25.45%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160858900.470.440.37356.830.6148.04
HexA0555902F2C251651f30
Octal24012513105754455453760
Binary1010000010101011011001010111110110010010110110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05559; }

 p { color: rgb(160,85,89); }

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

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

 a { background-color: rgb(160,85,89); }

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

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

 span { border-color: rgb(160,85,89); }

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