#AB5053

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

Shades of Hippie Pink #AB5053

Tints of Hippie Pink #AB5053

Color information

#AB5053 (or 0xAB5053) is unknown color: approx Hippie Pink. HEX triplet: AB, 50 and 53. RGB value is (171,80,83). Sum of RGB (Red+Green+Blue) = 171+80+83=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5053 is #54AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5549997 or 5460139. OLE color: 5460139.

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

Color convert

RGB1718083-
CMYK00.530.510.33
HSL358.02º36.25%49.22%-
HSV(B)358.02º53.22%67.06%-
XYZ21.2215.029.96-
YUV107.55114.15173.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=51.20%
G=23.95%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171808300.530.510.33358.0236.2549.22
HexAB505303533211662431
Octal25312012306563415464461
Binary10101011101000010100110110101110011100001101100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5053; }

 p { color: rgb(171,80,83); }

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

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

 a { background-color: rgb(171,80,83); }

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

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

 span { border-color: rgb(171,80,83); }

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