Shades of Royal Heath #AA5D75
Tints of Royal Heath #AA5D75
RGB
CMYK
RGB Variations
Color information
#AA5D75 (or 0xAA5D75) is known color: Royal Heath. HEX triplet: AA, 5D and 75. RGB value is (170,93,117). Sum of RGB (Red+Green+Blue) = 170+93+117=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D75 is #55A28A. Grayscale: #767676. Windows color (decimal): -5612171 or 7691690. OLE color: 7691690.
HSL color Cylindrical-coordinate representation of color #AA5D75: hue angle of 341.3º 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 #AA5D75 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 117 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.33 |
| HSL | 341.3º | 0.31% | 0.52% | - |
| HSV(B) | 341.3º | 0.45% | 0.67% | - |
| XYZ | 23.7 | 17.66 | 18.99 | - |
| YUV | 118.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 117 | 0 | 0.45 | 0.31 | 0.33 | 341.3 | 0.31 | 0.52 |
| Hex | AA | 5D | 75 | 0 | 2D | 1F | 21 | 155 | 1F | 34 |
| Octal | 252 | 135 | 165 | 0 | 55 | 37 | 41 | 525 | 37 | 64 |
| Binary | 10101010 | 1011101 | 1110101 | 0 | 101101 | 11111 | 100001 | 101010101 | 11111 | 110100 |
Color Harmonies of #AA5D75
Complementary color
Monochromatic Colors of #AA5D75
Black with #AA5D75
Text Example
Text Example
White with #AA5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D75; }
p { color: rgb(170,93,117); }
H1.HeaderClassName
{
color: #AA5D75;
}
.AnyTagClassName
{
color: #AA5D75;
}
</style>
background-color css
<style>
a { background-color: #AA5D75; }
a { background-color: rgb(170,93,117); }
div.DivClassName
{
background-color: #AA5D75;
}
.BgClassName
{
background-color: #AA5D75;
}
</style>
border-color css
<style>
span { border-color: #AA5D75; }
span { border-color: rgb(170,93,117); }
td.TdClassName
{
border-color: #AA5D75;
}
.TagClassName
{
border-color: #AA5D75;
}
</style>