#AB5159

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

Shades of Hippie Pink #AB5159

Tints of Hippie Pink #AB5159

Color information

#AB5159 (or 0xAB5159) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 59. RGB value is (171,81,89). Sum of RGB (Red+Green+Blue) = 171+81+89=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5159 is #54AEA6. Grayscale: #6C6C6C. Windows color (decimal): -5549735 or 5853611. OLE color: 5853611.

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

Color convert

RGB1718189-
CMYK00.530.480.33
HSL354.67º35.71%49.41%-
HSV(B)354.67º52.63%67.06%-
XYZ21.5415.2611.26-
YUV108.82116.82172.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=50.15%
G=23.75%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171818900.530.480.33354.6735.7149.41
HexAB515903530211632431
Octal25312113106560415434461
Binary10101011101000110110010110101110000100001101100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5159; }

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

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

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

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

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

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

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

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