Shades of Royal Heath #AA5375
Tints of Royal Heath #AA5375
RGB
CMYK
RGB Variations
Color information
#AA5375 (or 0xAA5375) is known color: Royal Heath. HEX triplet: AA, 53 and 75. RGB value is (170,83,117). Sum of RGB (Red+Green+Blue) = 170+83+117=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5375 is #55AC8A. Grayscale: #707070. Windows color (decimal): -5614731 or 7689130. OLE color: 7689130.
HSL color Cylindrical-coordinate representation of color #AA5375: hue angle of 336.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5375 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 117 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.33 |
| HSL | 336.55º | 0.34% | 0.5% | - |
| HSV(B) | 336.55º | 0.51% | 0.67% | - |
| XYZ | 22.88 | 16.02 | 18.72 | - |
| YUV | 112.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 117 | 0 | 0.51 | 0.31 | 0.33 | 336.55 | 0.34 | 0.5 |
| Hex | AA | 53 | 75 | 0 | 33 | 1F | 21 | 151 | 22 | 32 |
| Octal | 252 | 123 | 165 | 0 | 63 | 37 | 41 | 521 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1110101 | 0 | 110011 | 11111 | 100001 | 101010001 | 100010 | 110010 |
Color Harmonies of #AA5375
Complementary color
Monochromatic Colors of #AA5375
Black with #AA5375
Text Example
Text Example
White with #AA5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5375; }
p { color: rgb(170,83,117); }
H1.HeaderClassName
{
color: #AA5375;
}
.AnyTagClassName
{
color: #AA5375;
}
</style>
background-color css
<style>
a { background-color: #AA5375; }
a { background-color: rgb(170,83,117); }
div.DivClassName
{
background-color: #AA5375;
}
.BgClassName
{
background-color: #AA5375;
}
</style>
border-color css
<style>
span { border-color: #AA5375; }
span { border-color: rgb(170,83,117); }
td.TdClassName
{
border-color: #AA5375;
}
.TagClassName
{
border-color: #AA5375;
}
</style>