Shades of Hippie Pink #AA565C
Tints of Hippie Pink #AA565C
RGB
CMYK
RGB Variations
Color information
#AA565C (or 0xAA565C) is known color: Hippie Pink. HEX triplet: AA, 56 and 5C. RGB value is (170,86,92). Sum of RGB (Red+Green+Blue) = 170+86+92=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA565C is #55A9A3. Grayscale: #6F6F6F. Windows color (decimal): -5613988 or 6051498. OLE color: 6051498.
HSL color Cylindrical-coordinate representation of color #AA565C: hue angle of 355.71º 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 #AA565C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 92 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.33 |
| HSL | 355.71º | 0.33% | 0.5% | - |
| HSV(B) | 355.71º | 0.49% | 0.67% | - |
| XYZ | 21.84 | 15.97 | 12.06 | - |
| YUV | 111.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 92 | 0 | 0.49 | 0.46 | 0.33 | 355.71 | 0.33 | 0.5 |
| Hex | AA | 56 | 5C | 0 | 31 | 2E | 21 | 164 | 21 | 32 |
| Octal | 252 | 126 | 134 | 0 | 61 | 56 | 41 | 544 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1011100 | 0 | 110001 | 101110 | 100001 | 101100100 | 100001 | 110010 |
Color Harmonies of #AA565C
Complementary color
Monochromatic Colors of #AA565C
Black with #AA565C
Text Example
Text Example
White with #AA565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA565C; }
p { color: rgb(170,86,92); }
H1.HeaderClassName
{
color: #AA565C;
}
.AnyTagClassName
{
color: #AA565C;
}
</style>
background-color css
<style>
a { background-color: #AA565C; }
a { background-color: rgb(170,86,92); }
div.DivClassName
{
background-color: #AA565C;
}
.BgClassName
{
background-color: #AA565C;
}
</style>
border-color css
<style>
span { border-color: #AA565C; }
span { border-color: rgb(170,86,92); }
td.TdClassName
{
border-color: #AA565C;
}
.TagClassName
{
border-color: #AA565C;
}
</style>