Shades of Hippie Pink #AA5A5E
Tints of Hippie Pink #AA5A5E
RGB
CMYK
RGB Variations
Color information
#AA5A5E (or 0xAA5A5E) is known color: Hippie Pink. HEX triplet: AA, 5A and 5E. RGB value is (170,90,94). Sum of RGB (Red+Green+Blue) = 170+90+94=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A5E is #55A5A1. Grayscale: #727272. Windows color (decimal): -5612962 or 6183594. OLE color: 6183594.
HSL color Cylindrical-coordinate representation of color #AA5A5E: hue angle of 357º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A5E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 94 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.33 |
| HSL | 357º | 0.32% | 0.51% | - |
| HSV(B) | 357º | 0.47% | 0.67% | - |
| XYZ | 22.25 | 16.67 | 12.63 | - |
| YUV | 114.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 94 | 0 | 0.47 | 0.45 | 0.33 | 357 | 0.32 | 0.51 |
| Hex | AA | 5A | 5E | 0 | 2F | 2D | 21 | 165 | 20 | 33 |
| Octal | 252 | 132 | 136 | 0 | 57 | 55 | 41 | 545 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1011110 | 0 | 101111 | 101101 | 100001 | 101100101 | 100000 | 110011 |
Color Harmonies of #AA5A5E
Complementary color
Monochromatic Colors of #AA5A5E
Black with #AA5A5E
Text Example
Text Example
White with #AA5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A5E; }
p { color: rgb(170,90,94); }
H1.HeaderClassName
{
color: #AA5A5E;
}
.AnyTagClassName
{
color: #AA5A5E;
}
</style>
background-color css
<style>
a { background-color: #AA5A5E; }
a { background-color: rgb(170,90,94); }
div.DivClassName
{
background-color: #AA5A5E;
}
.BgClassName
{
background-color: #AA5A5E;
}
</style>
border-color css
<style>
span { border-color: #AA5A5E; }
span { border-color: rgb(170,90,94); }
td.TdClassName
{
border-color: #AA5A5E;
}
.TagClassName
{
border-color: #AA5A5E;
}
</style>