Shades of Hippie Pink #AA545E
Tints of Hippie Pink #AA545E
RGB
CMYK
RGB Variations
Color information
#AA545E (or 0xAA545E) is known color: Hippie Pink. HEX triplet: AA, 54 and 5E. RGB value is (170,84,94). Sum of RGB (Red+Green+Blue) = 170+84+94=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545E is #55ABA1. Grayscale: #6E6E6E. Windows color (decimal): -5614498 or 6182058. OLE color: 6182058.
HSL color Cylindrical-coordinate representation of color #AA545E: hue angle of 353.02º 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 #AA545E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 94 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 353.02º | 0.34% | 0.5% | - |
| HSV(B) | 353.02º | 0.51% | 0.67% | - |
| XYZ | 21.77 | 15.69 | 12.47 | - |
| YUV | 110.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 94 | 0 | 0.51 | 0.45 | 0.33 | 353.02 | 0.34 | 0.5 |
| Hex | AA | 54 | 5E | 0 | 33 | 2D | 21 | 161 | 22 | 32 |
| Octal | 252 | 124 | 136 | 0 | 63 | 55 | 41 | 541 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1011110 | 0 | 110011 | 101101 | 100001 | 101100001 | 100010 | 110010 |
Color Harmonies of #AA545E
Complementary color
Monochromatic Colors of #AA545E
Black with #AA545E
Text Example
Text Example
White with #AA545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA545E; }
p { color: rgb(170,84,94); }
H1.HeaderClassName
{
color: #AA545E;
}
.AnyTagClassName
{
color: #AA545E;
}
</style>
background-color css
<style>
a { background-color: #AA545E; }
a { background-color: rgb(170,84,94); }
div.DivClassName
{
background-color: #AA545E;
}
.BgClassName
{
background-color: #AA545E;
}
</style>
border-color css
<style>
span { border-color: #AA545E; }
span { border-color: rgb(170,84,94); }
td.TdClassName
{
border-color: #AA545E;
}
.TagClassName
{
border-color: #AA545E;
}
</style>