Shades of Hippie Pink #AA5D5E
Tints of Hippie Pink #AA5D5E
RGB
CMYK
RGB Variations
Color information
#AA5D5E (or 0xAA5D5E) is known color: Hippie Pink. HEX triplet: AA, 5D and 5E. RGB value is (170,93,94). Sum of RGB (Red+Green+Blue) = 170+93+94=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D5E is #55A2A1. Grayscale: #747474. Windows color (decimal): -5612194 or 6184362. OLE color: 6184362.
HSL color Cylindrical-coordinate representation of color #AA5D5E: hue angle of 359.22º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5D5E is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 94 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.33 |
| HSL | 359.22º | 0.31% | 0.52% | - |
| HSV(B) | 359.22º | 0.45% | 0.67% | - |
| XYZ | 22.51 | 17.18 | 12.72 | - |
| YUV | 116.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 94 | 0 | 0.45 | 0.45 | 0.33 | 359.22 | 0.31 | 0.52 |
| Hex | AA | 5D | 5E | 0 | 2D | 2D | 21 | 167 | 1F | 34 |
| Octal | 252 | 135 | 136 | 0 | 55 | 55 | 41 | 547 | 37 | 64 |
| Binary | 10101010 | 1011101 | 1011110 | 0 | 101101 | 101101 | 100001 | 101100111 | 11111 | 110100 |
Color Harmonies of #AA5D5E
Complementary color
Monochromatic Colors of #AA5D5E
Black with #AA5D5E
Text Example
Text Example
White with #AA5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D5E; }
p { color: rgb(170,93,94); }
H1.HeaderClassName
{
color: #AA5D5E;
}
.AnyTagClassName
{
color: #AA5D5E;
}
</style>
background-color css
<style>
a { background-color: #AA5D5E; }
a { background-color: rgb(170,93,94); }
div.DivClassName
{
background-color: #AA5D5E;
}
.BgClassName
{
background-color: #AA5D5E;
}
</style>
border-color css
<style>
span { border-color: #AA5D5E; }
span { border-color: rgb(170,93,94); }
td.TdClassName
{
border-color: #AA5D5E;
}
.TagClassName
{
border-color: #AA5D5E;
}
</style>