#AB5E5F

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

Shades of Hippie Pink #AB5E5F

Tints of Hippie Pink #AB5E5F

Color information

#AB5E5F (or 0xAB5E5F) is unknown color: approx Hippie Pink. HEX triplet: AB, 5E and 5F. RGB value is (171,94,95). Sum of RGB (Red+Green+Blue) = 171+94+95=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E5F is #54A1A0. Grayscale: #757575. Windows color (decimal): -5546401 or 6250155. OLE color: 6250155.

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

Color convert

RGB1719495-
CMYK00.450.440.33
HSL359.22º31.43%51.96%-
HSV(B)359.22º45.03%67.06%-
XYZ22.8617.4913-
YUV117.14115.51166.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=47.5%
G=26.11%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171949500.450.440.33359.2231.4351.96
HexAB5E5F02D2C211671f34
Octal25313613705554415473764
Binary1010101110111101011111010110110110010000110110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E5F; }

 p { color: rgb(171,94,95); }

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

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

 a { background-color: rgb(171,94,95); }

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

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

 span { border-color: rgb(171,94,95); }

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