#AB555B

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

Shades of Hippie Pink #AB555B

Tints of Hippie Pink #AB555B

Color information

#AB555B (or 0xAB555B) is unknown color: approx Hippie Pink. HEX triplet: AB, 55 and 5B. RGB value is (171,85,91). Sum of RGB (Red+Green+Blue) = 171+85+91=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555B is #54AAA4. Grayscale: #6F6F6F. Windows color (decimal): -5548709 or 5985707. OLE color: 5985707.

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

Color convert

RGB1718591-
CMYK00.500.470.33
HSL355.81º33.86%50.2%-
HSV(B)355.81º50.29%67.06%-
XYZ21.9315.9111.81-
YUV111.4116.49170.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=49.28%
G=24.50%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171859100.500.470.33355.8133.8650.2
HexAB555B0322F211642232
Octal25312513306257415444262
Binary10101011101010110110110110010101111100001101100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB555B; }

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

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

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

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

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

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

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

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