Shades of Hippie Pink #AA545B
Tints of Hippie Pink #AA545B
RGB
CMYK
RGB Variations
Color information
#AA545B (or 0xAA545B) is known color: Hippie Pink. HEX triplet: AA, 54 and 5B. RGB value is (170,84,91). Sum of RGB (Red+Green+Blue) = 170+84+91=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545B is #55ABA4. Grayscale: #6E6E6E. Windows color (decimal): -5614501 or 5985450. OLE color: 5985450.
HSL color Cylindrical-coordinate representation of color #AA545B: hue angle of 355.12º 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 #AA545B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 91 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 355.12º | 0.34% | 0.5% | - |
| HSV(B) | 355.12º | 0.51% | 0.67% | - |
| XYZ | 21.64 | 15.64 | 11.78 | - |
| YUV | 110.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 91 | 0 | 0.51 | 0.46 | 0.33 | 355.12 | 0.34 | 0.5 |
| Hex | AA | 54 | 5B | 0 | 33 | 2E | 21 | 163 | 22 | 32 |
| Octal | 252 | 124 | 133 | 0 | 63 | 56 | 41 | 543 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1011011 | 0 | 110011 | 101110 | 100001 | 101100011 | 100010 | 110010 |
Color Harmonies of #AA545B
Complementary color
Monochromatic Colors of #AA545B
Black with #AA545B
Text Example
Text Example
White with #AA545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA545B; }
p { color: rgb(170,84,91); }
H1.HeaderClassName
{
color: #AA545B;
}
.AnyTagClassName
{
color: #AA545B;
}
</style>
background-color css
<style>
a { background-color: #AA545B; }
a { background-color: rgb(170,84,91); }
div.DivClassName
{
background-color: #AA545B;
}
.BgClassName
{
background-color: #AA545B;
}
</style>
border-color css
<style>
span { border-color: #AA545B; }
span { border-color: rgb(170,84,91); }
td.TdClassName
{
border-color: #AA545B;
}
.TagClassName
{
border-color: #AA545B;
}
</style>