Shades of Hippie Pink #AA4856
Tints of Hippie Pink #AA4856
RGB
CMYK
RGB Variations
Color information
#AA4856 (or 0xAA4856) is known color: Hippie Pink. HEX triplet: AA, 48 and 56. RGB value is (170,72,86). Sum of RGB (Red+Green+Blue) = 170+72+86=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4856 is #55B7A9. Grayscale: #666666. Windows color (decimal): -5617578 or 5654698. OLE color: 5654698.
HSL color Cylindrical-coordinate representation of color #AA4856: hue angle of 351.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4856 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 86 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.33 |
| HSL | 351.43º | 0.4% | 0.47% | - |
| HSV(B) | 351.43º | 0.58% | 0.67% | - |
| XYZ | 20.57 | 13.85 | 10.39 | - |
| YUV | 102.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 86 | 0 | 0.58 | 0.49 | 0.33 | 351.43 | 0.4 | 0.47 |
| Hex | AA | 48 | 56 | 0 | 3A | 31 | 21 | 15F | 28 | 2F |
| Octal | 252 | 110 | 126 | 0 | 72 | 61 | 41 | 537 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1010110 | 0 | 111010 | 110001 | 100001 | 101011111 | 101000 | 101111 |
Color Harmonies of #AA4856
Complementary color
Monochromatic Colors of #AA4856
Black with #AA4856
Text Example
Text Example
White with #AA4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4856; }
p { color: rgb(170,72,86); }
H1.HeaderClassName
{
color: #AA4856;
}
.AnyTagClassName
{
color: #AA4856;
}
</style>
background-color css
<style>
a { background-color: #AA4856; }
a { background-color: rgb(170,72,86); }
div.DivClassName
{
background-color: #AA4856;
}
.BgClassName
{
background-color: #AA4856;
}
</style>
border-color css
<style>
span { border-color: #AA4856; }
span { border-color: rgb(170,72,86); }
td.TdClassName
{
border-color: #AA4856;
}
.TagClassName
{
border-color: #AA4856;
}
</style>