#A55960

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

Shades of Hippie Pink #A55960

Tints of Hippie Pink #A55960

Color information

#A55960 (or 0xA55960) is unknown color: approx Hippie Pink. HEX triplet: A5, 59 and 60. RGB value is (165,89,96). Sum of RGB (Red+Green+Blue) = 165+89+96=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55960 is #5AA69F. Grayscale: #707070. Windows color (decimal): -5940896 or 6314405. OLE color: 6314405.

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

Color convert

RGB1658996-
CMYK00.460.420.35
HSL354.47º29.92%49.8%-
HSV(B)354.47º46.06%64.71%-
XYZ21.215.9913.04-
YUV112.52118.68165.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=47.14%
G=25.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165899600.460.420.35354.4729.9249.8
HexA5596002E2A231621e32
Octal24513114005652435423662
Binary1010010110110011100000010111010101010001110110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55960; }

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

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

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

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

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

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

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

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