#AB5256

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

Shades of Hippie Pink #AB5256

Tints of Hippie Pink #AB5256

Color information

#AB5256 (or 0xAB5256) is unknown color: approx Hippie Pink. HEX triplet: AB, 52 and 56. RGB value is (171,82,86). Sum of RGB (Red+Green+Blue) = 171+82+86=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5256 is #54ADA9. Grayscale: #6D6D6D. Windows color (decimal): -5549482 or 5657259. OLE color: 5657259.

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

Color convert

RGB1718286-
CMYK00.520.500.33
HSL357.3º35.18%49.61%-
HSV(B)357.3º52.05%67.06%-
XYZ21.4915.3610.64-
YUV109.07114.99172.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=50.44%
G=24.19%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171828600.520.500.33357.335.1849.61
HexAB525603432211652332
Octal25312212606462415454362
Binary10101011101001010101100110100110010100001101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5256; }

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

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

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

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

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

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

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

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