#AB5160

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

Shades of Hippie Pink #AB5160

Tints of Hippie Pink #AB5160

Color information

#AB5160 (or 0xAB5160) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 60. RGB value is (171,81,96). Sum of RGB (Red+Green+Blue) = 171+81+96=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5160 is #54AE9F. Grayscale: #6D6D6D. Windows color (decimal): -5549728 or 6312363. OLE color: 6312363.

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

Color convert

RGB1718196-
CMYK00.530.440.33
HSL350º35.71%49.41%-
HSV(B)350º52.63%67.06%-
XYZ21.8515.3912.88-
YUV109.62120.32171.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=49.14%
G=23.28%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171819600.530.440.3335035.7149.41
HexAB51600352C2115e2431
Octal25312114006554415364461
Binary10101011101000111000000110101101100100001101011110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5160; }

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

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

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

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

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

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

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

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