#AB575D

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

Shades of Hippie Pink #AB575D

Tints of Hippie Pink #AB575D

Color information

#AB575D (or 0xAB575D) is unknown color: approx Hippie Pink. HEX triplet: AB, 57 and 5D. RGB value is (171,87,93). Sum of RGB (Red+Green+Blue) = 171+87+93=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB575D is #54A8A2. Grayscale: #707070. Windows color (decimal): -5548195 or 6117291. OLE color: 6117291.

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

Color convert

RGB1718793-
CMYK00.490.460.33
HSL355.71º33.33%50.59%-
HSV(B)355.71º49.12%67.06%-
XYZ22.1816.2612.33-
YUV112.8116.83169.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=48.72%
G=24.79%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171879300.490.460.33355.7133.3350.59
HexAB575D0312E211642133
Octal25312713506156415444163
Binary10101011101011110111010110001101110100001101100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB575D; }

 p { color: rgb(171,87,93); }

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

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

 a { background-color: rgb(171,87,93); }

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

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

 span { border-color: rgb(171,87,93); }

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