Shades of Hippie Pink #AA5356
Tints of Hippie Pink #AA5356
RGB
CMYK
RGB Variations
Color information
#AA5356 (or 0xAA5356) is known color: Hippie Pink. HEX triplet: AA, 53 and 56. RGB value is (170,83,86). Sum of RGB (Red+Green+Blue) = 170+83+86=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5356 is #55ACA9. Grayscale: #6D6D6D. Windows color (decimal): -5614762 or 5657514. OLE color: 5657514.
HSL color Cylindrical-coordinate representation of color #AA5356: hue angle of 357.93º 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 #AA5356 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 86 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.33 |
| HSL | 357.93º | 0.34% | 0.5% | - |
| HSV(B) | 357.93º | 0.51% | 0.67% | - |
| XYZ | 21.35 | 15.4 | 10.65 | - |
| YUV | 109.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 86 | 0 | 0.51 | 0.49 | 0.33 | 357.93 | 0.34 | 0.5 |
| Hex | AA | 53 | 56 | 0 | 33 | 31 | 21 | 166 | 22 | 32 |
| Octal | 252 | 123 | 126 | 0 | 63 | 61 | 41 | 546 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1010110 | 0 | 110011 | 110001 | 100001 | 101100110 | 100010 | 110010 |
Color Harmonies of #AA5356
Complementary color
Monochromatic Colors of #AA5356
Black with #AA5356
Text Example
Text Example
White with #AA5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5356; }
p { color: rgb(170,83,86); }
H1.HeaderClassName
{
color: #AA5356;
}
.AnyTagClassName
{
color: #AA5356;
}
</style>
background-color css
<style>
a { background-color: #AA5356; }
a { background-color: rgb(170,83,86); }
div.DivClassName
{
background-color: #AA5356;
}
.BgClassName
{
background-color: #AA5356;
}
</style>
border-color css
<style>
span { border-color: #AA5356; }
span { border-color: rgb(170,83,86); }
td.TdClassName
{
border-color: #AA5356;
}
.TagClassName
{
border-color: #AA5356;
}
</style>