Shades of Hippie Pink #AA515D
Tints of Hippie Pink #AA515D
RGB
CMYK
RGB Variations
Color information
#AA515D (or 0xAA515D) is known color: Hippie Pink. HEX triplet: AA, 51 and 5D. RGB value is (170,81,93). Sum of RGB (Red+Green+Blue) = 170+81+93=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515D is #55AEA2. Grayscale: #6D6D6D. Windows color (decimal): -5615267 or 6115754. OLE color: 6115754.
HSL color Cylindrical-coordinate representation of color #AA515D: hue angle of 351.91º 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 #AA515D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 93 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.33 |
| HSL | 351.91º | 0.35% | 0.49% | - |
| HSV(B) | 351.91º | 0.52% | 0.67% | - |
| XYZ | 21.5 | 15.22 | 12.16 | - |
| YUV | 108.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 93 | 0 | 0.52 | 0.45 | 0.33 | 351.91 | 0.35 | 0.49 |
| Hex | AA | 51 | 5D | 0 | 34 | 2D | 21 | 160 | 23 | 31 |
| Octal | 252 | 121 | 135 | 0 | 64 | 55 | 41 | 540 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1011101 | 0 | 110100 | 101101 | 100001 | 101100000 | 100011 | 110001 |
Color Harmonies of #AA515D
Complementary color
Monochromatic Colors of #AA515D
Black with #AA515D
Text Example
Text Example
White with #AA515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA515D; }
p { color: rgb(170,81,93); }
H1.HeaderClassName
{
color: #AA515D;
}
.AnyTagClassName
{
color: #AA515D;
}
</style>
background-color css
<style>
a { background-color: #AA515D; }
a { background-color: rgb(170,81,93); }
div.DivClassName
{
background-color: #AA515D;
}
.BgClassName
{
background-color: #AA515D;
}
</style>
border-color css
<style>
span { border-color: #AA515D; }
span { border-color: rgb(170,81,93); }
td.TdClassName
{
border-color: #AA515D;
}
.TagClassName
{
border-color: #AA515D;
}
</style>