#AB5260

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

Shades of Hippie Pink #AB5260

Tints of Hippie Pink #AB5260

Color information

#AB5260 (or 0xAB5260) is unknown color: approx Hippie Pink. HEX triplet: AB, 52 and 60. RGB value is (171,82,96). Sum of RGB (Red+Green+Blue) = 171+82+96=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5260 is #54AD9F. Grayscale: #6E6E6E. Windows color (decimal): -5549472 or 6312619. OLE color: 6312619.

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

Color convert

RGB1718296-
CMYK00.520.440.33
HSL350.56º35.18%49.61%-
HSV(B)350.56º52.05%67.06%-
XYZ21.9215.5412.91-
YUV110.21119.99171.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=49.00%
G=23.50%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171829600.520.440.33350.5635.1849.61
HexAB52600342C2115f2332
Octal25312214006454415374362
Binary10101011101001011000000110100101100100001101011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5260; }

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

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

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

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

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

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

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

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