#AB5556

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

Shades of Hippie Pink #AB5556

Tints of Hippie Pink #AB5556

Color information

#AB5556 (or 0xAB5556) is unknown color: approx Hippie Pink. HEX triplet: AB, 55 and 56. RGB value is (171,85,86). Sum of RGB (Red+Green+Blue) = 171+85+86=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5556 is #54AAA9. Grayscale: #6E6E6E. Windows color (decimal): -5548714 or 5658027. OLE color: 5658027.

HSL color Cylindrical-coordinate representation of color #AB5556: hue angle of 359.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5556 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1718586-
CMYK00.500.500.33
HSL359.3º33.86%50.2%-
HSV(B)359.3º50.29%67.06%-
XYZ21.7215.8310.71-
YUV110.83113.99170.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=50%
G=24.85%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171858600.500.500.33359.333.8650.2
HexAB555603232211672232
Octal25312512606262415474262
Binary10101011101010110101100110010110010100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5556; }

 p { color: rgb(171,85,86); }

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

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

 a { background-color: rgb(171,85,86); }

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

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

 span { border-color: rgb(171,85,86); }

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