#AB5257

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

Shades of Hippie Pink #AB5257

Tints of Hippie Pink #AB5257

Color information

#AB5257 (or 0xAB5257) is unknown color: approx Hippie Pink. HEX triplet: AB, 52 and 57. RGB value is (171,82,87). Sum of RGB (Red+Green+Blue) = 171+82+87=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5257 is #54ADA8. Grayscale: #6D6D6D. Windows color (decimal): -5549481 or 5722795. OLE color: 5722795.

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

Color convert

RGB1718287-
CMYK00.520.490.33
HSL356.63º35.18%49.61%-
HSV(B)356.63º52.05%67.06%-
XYZ21.5315.3810.85-
YUV109.18115.49172.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=50.29%
G=24.12%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171828700.520.490.33356.6335.1849.61
HexAB525703431211652332
Octal25312212706461415454362
Binary10101011101001010101110110100110001100001101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5257; }

 p { color: rgb(171,82,87); }

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

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

 a { background-color: rgb(171,82,87); }

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

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

 span { border-color: rgb(171,82,87); }

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