Shades of Royal Heath #AA516F
Tints of Royal Heath #AA516F
RGB
CMYK
RGB Variations
Color information
#AA516F (or 0xAA516F) is known color: Royal Heath. HEX triplet: AA, 51 and 6F. RGB value is (170,81,111). Sum of RGB (Red+Green+Blue) = 170+81+111=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA516F is #55AE90. Grayscale: #6F6F6F. Windows color (decimal): -5615249 or 7295402. OLE color: 7295402.
HSL color Cylindrical-coordinate representation of color #AA516F: hue angle of 339.78º 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 #AA516F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 111 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.33 |
| HSL | 339.78º | 0.35% | 0.49% | - |
| HSV(B) | 339.78º | 0.52% | 0.67% | - |
| XYZ | 22.39 | 15.58 | 16.87 | - |
| YUV | 111.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 111 | 0 | 0.52 | 0.35 | 0.33 | 339.78 | 0.35 | 0.49 |
| Hex | AA | 51 | 6F | 0 | 34 | 23 | 21 | 154 | 23 | 31 |
| Octal | 252 | 121 | 157 | 0 | 64 | 43 | 41 | 524 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1101111 | 0 | 110100 | 100011 | 100001 | 101010100 | 100011 | 110001 |
Color Harmonies of #AA516F
Complementary color
Monochromatic Colors of #AA516F
Black with #AA516F
Text Example
Text Example
White with #AA516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA516F; }
p { color: rgb(170,81,111); }
H1.HeaderClassName
{
color: #AA516F;
}
.AnyTagClassName
{
color: #AA516F;
}
</style>
background-color css
<style>
a { background-color: #AA516F; }
a { background-color: rgb(170,81,111); }
div.DivClassName
{
background-color: #AA516F;
}
.BgClassName
{
background-color: #AA516F;
}
</style>
border-color css
<style>
span { border-color: #AA516F; }
span { border-color: rgb(170,81,111); }
td.TdClassName
{
border-color: #AA516F;
}
.TagClassName
{
border-color: #AA516F;
}
</style>