#AB5156

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

Shades of Hippie Pink #AB5156

Tints of Hippie Pink #AB5156

Color information

#AB5156 (or 0xAB5156) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 56. RGB value is (171,81,86). Sum of RGB (Red+Green+Blue) = 171+81+86=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5156 is #54AEA9. Grayscale: #6C6C6C. Windows color (decimal): -5549738 or 5657003. OLE color: 5657003.

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

Color convert

RGB1718186-
CMYK00.530.500.33
HSL356.67º35.71%49.41%-
HSV(B)356.67º52.63%67.06%-
XYZ21.4215.2110.61-
YUV108.48115.32172.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=50.59%
G=23.96%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171818600.530.500.33356.6735.7149.41
HexAB515603532211652431
Octal25312112606562415454461
Binary10101011101000110101100110101110010100001101100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5156; }

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

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

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

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

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

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

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

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