#AB5960

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

Shades of Hippie Pink #AB5960

Tints of Hippie Pink #AB5960

Color information

#AB5960 (or 0xAB5960) is unknown color: approx Hippie Pink. HEX triplet: AB, 59 and 60. RGB value is (171,89,96). Sum of RGB (Red+Green+Blue) = 171+89+96=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5960 is #54A69F. Grayscale: #727272. Windows color (decimal): -5547680 or 6314411. OLE color: 6314411.

HSL color Cylindrical-coordinate representation of color #AB5960: hue angle of 354.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5960 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1718996-
CMYK00.480.440.33
HSL354.88º32.8%50.98%-
HSV(B)354.88º47.95%67.06%-
XYZ22.4816.6513.09-
YUV114.32117.67168.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=48.03%
G=25%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171899600.480.440.33354.8832.850.98
HexAB59600302C211632133
Octal25313114006054415434163
Binary10101011101100111000000110000101100100001101100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5960; }

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

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

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

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

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

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

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

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