#AB4E56

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

Shades of Hippie Pink #AB4E56

Tints of Hippie Pink #AB4E56

Color information

#AB4E56 (or 0xAB4E56) is unknown color: approx Hippie Pink. HEX triplet: AB, 4E and 56. RGB value is (171,78,86). Sum of RGB (Red+Green+Blue) = 171+78+86=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E56 is #54B1A9. Grayscale: #6A6A6A. Windows color (decimal): -5550506 or 5656235. OLE color: 5656235.

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

Color convert

RGB1717886-
CMYK00.540.500.33
HSL354.84º37.35%48.82%-
HSV(B)354.84º54.39%67.06%-
XYZ21.214.7810.54-
YUV106.72116.31173.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=51.04%
G=23.28%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171788600.540.500.33354.8437.3548.82
HexAB4E5603632211632531
Octal25311612606662415434561
Binary10101011100111010101100110110110010100001101100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E56; }

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

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

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

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

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

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

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

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