Shades of Hippie Pink #AA5259
Tints of Hippie Pink #AA5259
RGB
CMYK
RGB Variations
Color information
#AA5259 (or 0xAA5259) is known color: Hippie Pink. HEX triplet: AA, 52 and 59. RGB value is (170,82,89). Sum of RGB (Red+Green+Blue) = 170+82+89=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5259 is #55ADA6. Grayscale: #6D6D6D. Windows color (decimal): -5615015 or 5853866. OLE color: 5853866.
HSL color Cylindrical-coordinate representation of color #AA5259: hue angle of 355.23º 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 #AA5259 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 89 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.33 |
| HSL | 355.23º | 0.35% | 0.49% | - |
| HSV(B) | 355.23º | 0.52% | 0.67% | - |
| XYZ | 21.4 | 15.3 | 11.28 | - |
| YUV | 109.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 89 | 0 | 0.52 | 0.48 | 0.33 | 355.23 | 0.35 | 0.49 |
| Hex | AA | 52 | 59 | 0 | 34 | 30 | 21 | 163 | 23 | 31 |
| Octal | 252 | 122 | 131 | 0 | 64 | 60 | 41 | 543 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1011001 | 0 | 110100 | 110000 | 100001 | 101100011 | 100011 | 110001 |
Color Harmonies of #AA5259
Complementary color
Monochromatic Colors of #AA5259
Black with #AA5259
Text Example
Text Example
White with #AA5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5259; }
p { color: rgb(170,82,89); }
H1.HeaderClassName
{
color: #AA5259;
}
.AnyTagClassName
{
color: #AA5259;
}
</style>
background-color css
<style>
a { background-color: #AA5259; }
a { background-color: rgb(170,82,89); }
div.DivClassName
{
background-color: #AA5259;
}
.BgClassName
{
background-color: #AA5259;
}
</style>
border-color css
<style>
span { border-color: #AA5259; }
span { border-color: rgb(170,82,89); }
td.TdClassName
{
border-color: #AA5259;
}
.TagClassName
{
border-color: #AA5259;
}
</style>