Shades of Hippie Pink #AA5256
Tints of Hippie Pink #AA5256
RGB
CMYK
RGB Variations
Color information
#AA5256 (or 0xAA5256) is known color: Hippie Pink. HEX triplet: AA, 52 and 56. RGB value is (170,82,86). Sum of RGB (Red+Green+Blue) = 170+82+86=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5256 is #55ADA9. Grayscale: #6C6C6C. Windows color (decimal): -5615018 or 5657258. OLE color: 5657258.
HSL color Cylindrical-coordinate representation of color #AA5256: hue angle of 357.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5256 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 86 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.33 |
| HSL | 357.27º | 0.35% | 0.49% | - |
| HSV(B) | 357.27º | 0.52% | 0.67% | - |
| XYZ | 21.27 | 15.25 | 10.63 | - |
| YUV | 108.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 86 | 0 | 0.52 | 0.49 | 0.33 | 357.27 | 0.35 | 0.49 |
| Hex | AA | 52 | 56 | 0 | 34 | 31 | 21 | 165 | 23 | 31 |
| Octal | 252 | 122 | 126 | 0 | 64 | 61 | 41 | 545 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1010110 | 0 | 110100 | 110001 | 100001 | 101100101 | 100011 | 110001 |
Color Harmonies of #AA5256
Complementary color
Monochromatic Colors of #AA5256
Black with #AA5256
Text Example
Text Example
White with #AA5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5256; }
p { color: rgb(170,82,86); }
H1.HeaderClassName
{
color: #AA5256;
}
.AnyTagClassName
{
color: #AA5256;
}
</style>
background-color css
<style>
a { background-color: #AA5256; }
a { background-color: rgb(170,82,86); }
div.DivClassName
{
background-color: #AA5256;
}
.BgClassName
{
background-color: #AA5256;
}
</style>
border-color css
<style>
span { border-color: #AA5256; }
span { border-color: rgb(170,82,86); }
td.TdClassName
{
border-color: #AA5256;
}
.TagClassName
{
border-color: #AA5256;
}
</style>