#AB5051

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

Shades of Hippie Pink #AB5051

Tints of Hippie Pink #AB5051

Color information

#AB5051 (or 0xAB5051) is unknown color: approx Hippie Pink. HEX triplet: AB, 50 and 51. RGB value is (171,80,81). Sum of RGB (Red+Green+Blue) = 171+80+81=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5051 is #54AFAE. Grayscale: #6B6B6B. Windows color (decimal): -5549999 or 5329067. OLE color: 5329067.

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

Color convert

RGB1718081-
CMYK00.530.530.33
HSL359.34º36.25%49.22%-
HSV(B)359.34º53.22%67.06%-
XYZ21.1514.999.56-
YUV107.32113.15173.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=51.51%
G=24.10%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171808100.530.530.33359.3436.2549.22
HexAB505103535211672431
Octal25312012106565415474461
Binary10101011101000010100010110101110101100001101100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5051; }

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

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

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

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

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

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

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

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