Shades of Hippie Pink #AB525E
Tints of Hippie Pink #AB525E
RGB
CMYK
RGB Variations
Color information
#AB525E (or 0xAB525E) is known color: Hippie Pink. HEX triplet: AB, 52 and 5E. RGB value is (171,82,94). Sum of RGB (Red+Green+Blue) = 171+82+94=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB525E is #54ADA1. Grayscale: #6E6E6E. Windows color (decimal): -5549474 or 6181547. OLE color: 6181547.
HSL color Cylindrical-coordinate representation of color #AB525E: hue angle of 351.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB525E is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 94 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.33 |
| HSL | 351.91º | 0.35% | 0.5% | - |
| HSV(B) | 351.91º | 0.52% | 0.67% | - |
| XYZ | 21.83 | 15.5 | 12.43 | - |
| YUV | 109.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 94 | 0 | 0.52 | 0.45 | 0.33 | 351.91 | 0.35 | 0.5 |
| Hex | AB | 52 | 5E | 0 | 34 | 2D | 21 | 160 | 23 | 32 |
| Octal | 253 | 122 | 136 | 0 | 64 | 55 | 41 | 540 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1011110 | 0 | 110100 | 101101 | 100001 | 101100000 | 100011 | 110010 |
Color Harmonies of #AB525E
Complementary color
Monochromatic Colors of #AB525E
Black with #AB525E
Text Example
Text Example
White with #AB525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB525E; }
p { color: rgb(171,82,94); }
H1.HeaderClassName
{
color: #AB525E;
}
.AnyTagClassName
{
color: #AB525E;
}
</style>
background-color css
<style>
a { background-color: #AB525E; }
a { background-color: rgb(171,82,94); }
div.DivClassName
{
background-color: #AB525E;
}
.BgClassName
{
background-color: #AB525E;
}
</style>
border-color css
<style>
span { border-color: #AB525E; }
span { border-color: rgb(171,82,94); }
td.TdClassName
{
border-color: #AB525E;
}
.TagClassName
{
border-color: #AB525E;
}
</style>