#A55860

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

Shades of Hippie Pink #A55860

Tints of Hippie Pink #A55860

Color information

#A55860 (or 0xA55860) is unknown color: approx Hippie Pink. HEX triplet: A5, 58 and 60. RGB value is (165,88,96). Sum of RGB (Red+Green+Blue) = 165+88+96=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55860 is #5AA79F. Grayscale: #6F6F6F. Windows color (decimal): -5941152 or 6314149. OLE color: 6314149.

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

Color convert

RGB1658896-
CMYK00.470.420.35
HSL353.77º30.43%49.61%-
HSV(B)353.77º46.67%64.71%-
XYZ21.1215.8213.01-
YUV111.94119.01165.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=47.28%
G=25.21%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165889600.470.420.35353.7730.4349.61
HexA5586002F2A231621e32
Octal24513014005752435423662
Binary1010010110110001100000010111110101010001110110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55860; }

 p { color: rgb(165,88,96); }

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

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

 a { background-color: rgb(165,88,96); }

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

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

 span { border-color: rgb(165,88,96); }

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