Shades of Hippie Pink #AB545E
Tints of Hippie Pink #AB545E
RGB
CMYK
RGB Variations
Color information
#AB545E (or 0xAB545E) is known color: Hippie Pink. HEX triplet: AB, 54 and 5E. RGB value is (171,84,94). Sum of RGB (Red+Green+Blue) = 171+84+94=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545E is #54ABA1. Grayscale: #6F6F6F. Windows color (decimal): -5548962 or 6182059. OLE color: 6182059.
HSL color Cylindrical-coordinate representation of color #AB545E: hue angle of 353.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB545E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 94 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 353.1º | 0.34% | 0.5% | - |
| HSV(B) | 353.1º | 0.51% | 0.67% | - |
| XYZ | 21.99 | 15.81 | 12.48 | - |
| YUV | 111.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 94 | 0 | 0.51 | 0.45 | 0.33 | 353.1 | 0.34 | 0.5 |
| Hex | AB | 54 | 5E | 0 | 33 | 2D | 21 | 161 | 22 | 32 |
| Octal | 253 | 124 | 136 | 0 | 63 | 55 | 41 | 541 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1011110 | 0 | 110011 | 101101 | 100001 | 101100001 | 100010 | 110010 |
Color Harmonies of #AB545E
Complementary color
Monochromatic Colors of #AB545E
Black with #AB545E
Text Example
Text Example
White with #AB545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB545E; }
p { color: rgb(171,84,94); }
H1.HeaderClassName
{
color: #AB545E;
}
.AnyTagClassName
{
color: #AB545E;
}
</style>
background-color css
<style>
a { background-color: #AB545E; }
a { background-color: rgb(171,84,94); }
div.DivClassName
{
background-color: #AB545E;
}
.BgClassName
{
background-color: #AB545E;
}
</style>
border-color css
<style>
span { border-color: #AB545E; }
span { border-color: rgb(171,84,94); }
td.TdClassName
{
border-color: #AB545E;
}
.TagClassName
{
border-color: #AB545E;
}
</style>