Shades of Hippie Pink #AA545D
Tints of Hippie Pink #AA545D
RGB
CMYK
RGB Variations
Color information
#AA545D (or 0xAA545D) is known color: Hippie Pink. HEX triplet: AA, 54 and 5D. RGB value is (170,84,93). Sum of RGB (Red+Green+Blue) = 170+84+93=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545D is #55ABA2. Grayscale: #6E6E6E. Windows color (decimal): -5614499 or 6116522. OLE color: 6116522.
HSL color Cylindrical-coordinate representation of color #AA545D: hue angle of 353.72º 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 #AA545D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 93 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 353.72º | 0.34% | 0.5% | - |
| HSV(B) | 353.72º | 0.51% | 0.67% | - |
| XYZ | 21.72 | 15.68 | 12.24 | - |
| YUV | 110.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 93 | 0 | 0.51 | 0.45 | 0.33 | 353.72 | 0.34 | 0.5 |
| Hex | AA | 54 | 5D | 0 | 33 | 2D | 21 | 162 | 22 | 32 |
| Octal | 252 | 124 | 135 | 0 | 63 | 55 | 41 | 542 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1011101 | 0 | 110011 | 101101 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AA545D
Complementary color
Monochromatic Colors of #AA545D
Black with #AA545D
Text Example
Text Example
White with #AA545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA545D; }
p { color: rgb(170,84,93); }
H1.HeaderClassName
{
color: #AA545D;
}
.AnyTagClassName
{
color: #AA545D;
}
</style>
background-color css
<style>
a { background-color: #AA545D; }
a { background-color: rgb(170,84,93); }
div.DivClassName
{
background-color: #AA545D;
}
.BgClassName
{
background-color: #AA545D;
}
</style>
border-color css
<style>
span { border-color: #AA545D; }
span { border-color: rgb(170,84,93); }
td.TdClassName
{
border-color: #AA545D;
}
.TagClassName
{
border-color: #AA545D;
}
</style>