Shades of Hippie Pink #AA565A
Tints of Hippie Pink #AA565A
RGB
CMYK
RGB Variations
Color information
#AA565A (or 0xAA565A) is known color: Hippie Pink. HEX triplet: AA, 56 and 5A. RGB value is (170,86,90). Sum of RGB (Red+Green+Blue) = 170+86+90=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA565A is #55A9A5. Grayscale: #6F6F6F. Windows color (decimal): -5613990 or 5920426. OLE color: 5920426.
HSL color Cylindrical-coordinate representation of color #AA565A: hue angle of 357.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA565A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 90 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.33 |
| HSL | 357.14º | 0.33% | 0.5% | - |
| HSV(B) | 357.14º | 0.49% | 0.67% | - |
| XYZ | 21.75 | 15.94 | 11.6 | - |
| YUV | 111.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 90 | 0 | 0.49 | 0.47 | 0.33 | 357.14 | 0.33 | 0.5 |
| Hex | AA | 56 | 5A | 0 | 31 | 2F | 21 | 165 | 21 | 32 |
| Octal | 252 | 126 | 132 | 0 | 61 | 57 | 41 | 545 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1011010 | 0 | 110001 | 101111 | 100001 | 101100101 | 100001 | 110010 |
Color Harmonies of #AA565A
Complementary color
Monochromatic Colors of #AA565A
Black with #AA565A
Text Example
Text Example
White with #AA565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA565A; }
p { color: rgb(170,86,90); }
H1.HeaderClassName
{
color: #AA565A;
}
.AnyTagClassName
{
color: #AA565A;
}
</style>
background-color css
<style>
a { background-color: #AA565A; }
a { background-color: rgb(170,86,90); }
div.DivClassName
{
background-color: #AA565A;
}
.BgClassName
{
background-color: #AA565A;
}
</style>
border-color css
<style>
span { border-color: #AA565A; }
span { border-color: rgb(170,86,90); }
td.TdClassName
{
border-color: #AA565A;
}
.TagClassName
{
border-color: #AA565A;
}
</style>