#AB5557

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

Shades of Hippie Pink #AB5557

Tints of Hippie Pink #AB5557

Color information

#AB5557 (or 0xAB5557) is unknown color: approx Hippie Pink. HEX triplet: AB, 55 and 57. RGB value is (171,85,87). Sum of RGB (Red+Green+Blue) = 171+85+87=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5557 is #54AAA8. Grayscale: #6F6F6F. Windows color (decimal): -5548713 or 5723563. OLE color: 5723563.

HSL color Cylindrical-coordinate representation of color #AB5557: hue angle of 358.6º 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 #AB5557 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1718587-
CMYK00.500.490.33
HSL358.6º33.86%50.2%-
HSV(B)358.6º50.29%67.06%-
XYZ21.7615.8410.93-
YUV110.94114.49170.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=49.85%
G=24.78%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171858700.500.490.33358.633.8650.2
HexAB555703231211672232
Octal25312512706261415474262
Binary10101011101010110101110110010110001100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5557; }

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

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

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

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

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

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

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

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