Shades of Hippie Pink #AA515F
Tints of Hippie Pink #AA515F
RGB
CMYK
RGB Variations
Color information
#AA515F (or 0xAA515F) is known color: Hippie Pink. HEX triplet: AA, 51 and 5F. RGB value is (170,81,95). Sum of RGB (Red+Green+Blue) = 170+81+95=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515F is #55AEA0. Grayscale: #6D6D6D. Windows color (decimal): -5615265 or 6246826. OLE color: 6246826.
HSL color Cylindrical-coordinate representation of color #AA515F: hue angle of 350.56º 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 #AA515F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 95 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.33 |
| HSL | 350.56º | 0.35% | 0.49% | - |
| HSV(B) | 350.56º | 0.52% | 0.67% | - |
| XYZ | 21.59 | 15.26 | 12.63 | - |
| YUV | 109.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 95 | 0 | 0.52 | 0.44 | 0.33 | 350.56 | 0.35 | 0.49 |
| Hex | AA | 51 | 5F | 0 | 34 | 2C | 21 | 15F | 23 | 31 |
| Octal | 252 | 121 | 137 | 0 | 64 | 54 | 41 | 537 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1011111 | 0 | 110100 | 101100 | 100001 | 101011111 | 100011 | 110001 |
Color Harmonies of #AA515F
Complementary color
Monochromatic Colors of #AA515F
Black with #AA515F
Text Example
Text Example
White with #AA515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA515F; }
p { color: rgb(170,81,95); }
H1.HeaderClassName
{
color: #AA515F;
}
.AnyTagClassName
{
color: #AA515F;
}
</style>
background-color css
<style>
a { background-color: #AA515F; }
a { background-color: rgb(170,81,95); }
div.DivClassName
{
background-color: #AA515F;
}
.BgClassName
{
background-color: #AA515F;
}
</style>
border-color css
<style>
span { border-color: #AA515F; }
span { border-color: rgb(170,81,95); }
td.TdClassName
{
border-color: #AA515F;
}
.TagClassName
{
border-color: #AA515F;
}
</style>