#A55B60

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

Shades of Hippie Pink #A55B60

Tints of Hippie Pink #A55B60

Color information

#A55B60 (or 0xA55B60) is unknown color: approx Hippie Pink. HEX triplet: A5, 5B and 60. RGB value is (165,91,96). Sum of RGB (Red+Green+Blue) = 165+91+96=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B60 is #5AA49F. Grayscale: #717171. Windows color (decimal): -5940384 or 6314917. OLE color: 6314917.

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

Color convert

RGB1659196-
CMYK00.450.420.35
HSL355.95º29.13%50.2%-
HSV(B)355.95º44.85%64.71%-
XYZ21.3716.3313.09-
YUV113.7118.02164.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=46.88%
G=25.85%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165919600.450.420.35355.9529.1350.2
HexA55B6002D2A231641d32
Octal24513314005552435443562
Binary1010010110110111100000010110110101010001110110010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B60; }

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

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

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

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

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

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

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

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