#AB5459

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

Shades of Hippie Pink #AB5459

Tints of Hippie Pink #AB5459

Color information

#AB5459 (or 0xAB5459) is unknown color: approx Hippie Pink. HEX triplet: AB, 54 and 59. RGB value is (171,84,89). Sum of RGB (Red+Green+Blue) = 171+84+89=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5459 is #54ABA6. Grayscale: #6E6E6E. Windows color (decimal): -5548967 or 5854379. OLE color: 5854379.

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

Color convert

RGB1718489-
CMYK00.510.480.33
HSL356.55º34.12%50%-
HSV(B)356.55º50.88%67.06%-
XYZ21.7715.7211.34-
YUV110.58115.82171.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=49.71%
G=24.42%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171848900.510.480.33356.5534.1250
HexAB545903330211652232
Octal25312413106360415454262
Binary10101011101010010110010110011110000100001101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5459; }

 p { color: rgb(171,84,89); }

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

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

 a { background-color: rgb(171,84,89); }

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

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

 span { border-color: rgb(171,84,89); }

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