#AB5152

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

Shades of Hippie Pink #AB5152

Tints of Hippie Pink #AB5152

Color information

#AB5152 (or 0xAB5152) is unknown color: approx Hippie Pink. HEX triplet: AB, 51 and 52. RGB value is (171,81,82). Sum of RGB (Red+Green+Blue) = 171+81+82=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5152 is #54AEAD. Grayscale: #6C6C6C. Windows color (decimal): -5549742 or 5394859. OLE color: 5394859.

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

Color convert

RGB1718182-
CMYK00.530.520.33
HSL359.33º35.71%49.41%-
HSV(B)359.33º52.63%67.06%-
XYZ21.2615.159.79-
YUV108.02113.32172.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=51.20%
G=24.25%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171818200.530.520.33359.3335.7149.41
HexAB515203534211672431
Octal25312112206564415474461
Binary10101011101000110100100110101110100100001101100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5152; }

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

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

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

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

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

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

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

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