#AB575E

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

Shades of Hippie Pink #AB575E

Tints of Hippie Pink #AB575E

Color information

#AB575E (or 0xAB575E) is unknown color: approx Hippie Pink. HEX triplet: AB, 57 and 5E. RGB value is (171,87,94). Sum of RGB (Red+Green+Blue) = 171+87+94=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB575E is #54A8A1. Grayscale: #707070. Windows color (decimal): -5548194 or 6182827. OLE color: 6182827.

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

Color convert

RGB1718794-
CMYK00.490.450.33
HSL355º33.33%50.59%-
HSV(B)355º49.12%67.06%-
XYZ22.2216.2812.56-
YUV112.91117.33169.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=48.58%
G=24.72%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171879400.490.450.3335533.3350.59
HexAB575E0312D211632133
Octal25312713606155415434163
Binary10101011101011110111100110001101101100001101100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB575E; }

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

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

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

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

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

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

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

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