Shades of Hippie Pink #AB575F
Tints of Hippie Pink #AB575F
RGB
CMYK
RGB Variations
Color information
#AB575F (or 0xAB575F) is known color: Hippie Pink. HEX triplet: AB, 57 and 5F. RGB value is (171,87,95). Sum of RGB (Red+Green+Blue) = 171+87+95=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB575F is #54A8A0. Grayscale: #717171. Windows color (decimal): -5548193 or 6248363. OLE color: 6248363.
HSL color Cylindrical-coordinate representation of color #AB575F: hue angle of 354.29º 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 #AB575F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 95 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.33 |
| HSL | 354.29º | 0.33% | 0.51% | - |
| HSV(B) | 354.29º | 0.49% | 0.67% | - |
| XYZ | 22.27 | 16.3 | 12.8 | - |
| YUV | 113.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 95 | 0 | 0.49 | 0.44 | 0.33 | 354.29 | 0.33 | 0.51 |
| Hex | AB | 57 | 5F | 0 | 31 | 2C | 21 | 162 | 21 | 33 |
| Octal | 253 | 127 | 137 | 0 | 61 | 54 | 41 | 542 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1011111 | 0 | 110001 | 101100 | 100001 | 101100010 | 100001 | 110011 |
Color Harmonies of #AB575F
Complementary color
Monochromatic Colors of #AB575F
Black with #AB575F
Text Example
Text Example
White with #AB575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB575F; }
p { color: rgb(171,87,95); }
H1.HeaderClassName
{
color: #AB575F;
}
.AnyTagClassName
{
color: #AB575F;
}
</style>
background-color css
<style>
a { background-color: #AB575F; }
a { background-color: rgb(171,87,95); }
div.DivClassName
{
background-color: #AB575F;
}
.BgClassName
{
background-color: #AB575F;
}
</style>
border-color css
<style>
span { border-color: #AB575F; }
span { border-color: rgb(171,87,95); }
td.TdClassName
{
border-color: #AB575F;
}
.TagClassName
{
border-color: #AB575F;
}
</style>