Shades of Hippie Pink #AA5B5E
Tints of Hippie Pink #AA5B5E
RGB
CMYK
RGB Variations
Color information
#AA5B5E (or 0xAA5B5E) is known color: Hippie Pink. HEX triplet: AA, 5B and 5E. RGB value is (170,91,94). Sum of RGB (Red+Green+Blue) = 170+91+94=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B5E is #55A4A1. Grayscale: #737373. Windows color (decimal): -5612706 or 6183850. OLE color: 6183850.
HSL color Cylindrical-coordinate representation of color #AA5B5E: hue angle of 357.72º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B5E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 94 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.33 |
| HSL | 357.72º | 0.32% | 0.51% | - |
| HSV(B) | 357.72º | 0.46% | 0.67% | - |
| XYZ | 22.34 | 16.84 | 12.66 | - |
| YUV | 114.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 94 | 0 | 0.46 | 0.45 | 0.33 | 357.72 | 0.32 | 0.51 |
| Hex | AA | 5B | 5E | 0 | 2E | 2D | 21 | 166 | 20 | 33 |
| Octal | 252 | 133 | 136 | 0 | 56 | 55 | 41 | 546 | 40 | 63 |
| Binary | 10101010 | 1011011 | 1011110 | 0 | 101110 | 101101 | 100001 | 101100110 | 100000 | 110011 |
Color Harmonies of #AA5B5E
Complementary color
Monochromatic Colors of #AA5B5E
Black with #AA5B5E
Text Example
Text Example
White with #AA5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B5E; }
p { color: rgb(170,91,94); }
H1.HeaderClassName
{
color: #AA5B5E;
}
.AnyTagClassName
{
color: #AA5B5E;
}
</style>
background-color css
<style>
a { background-color: #AA5B5E; }
a { background-color: rgb(170,91,94); }
div.DivClassName
{
background-color: #AA5B5E;
}
.BgClassName
{
background-color: #AA5B5E;
}
</style>
border-color css
<style>
span { border-color: #AA5B5E; }
span { border-color: rgb(170,91,94); }
td.TdClassName
{
border-color: #AA5B5E;
}
.TagClassName
{
border-color: #AA5B5E;
}
</style>