Shades of Royal Heath #AA5274
Tints of Royal Heath #AA5274
RGB
CMYK
RGB Variations
Color information
#AA5274 (or 0xAA5274) is known color: Royal Heath. HEX triplet: AA, 52 and 74. RGB value is (170,82,116). Sum of RGB (Red+Green+Blue) = 170+82+116=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5274 is #55AD8B. Grayscale: #707070. Windows color (decimal): -5614988 or 7623338. OLE color: 7623338.
HSL color Cylindrical-coordinate representation of color #AA5274: hue angle of 336.82º 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 #AA5274 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 116 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.33 |
| HSL | 336.82º | 0.35% | 0.49% | - |
| HSV(B) | 336.82º | 0.52% | 0.67% | - |
| XYZ | 22.75 | 15.84 | 18.38 | - |
| YUV | 112.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 116 | 0 | 0.52 | 0.32 | 0.33 | 336.82 | 0.35 | 0.49 |
| Hex | AA | 52 | 74 | 0 | 34 | 20 | 21 | 151 | 23 | 31 |
| Octal | 252 | 122 | 164 | 0 | 64 | 40 | 41 | 521 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1110100 | 0 | 110100 | 100000 | 100001 | 101010001 | 100011 | 110001 |
Color Harmonies of #AA5274
Complementary color
Monochromatic Colors of #AA5274
Black with #AA5274
Text Example
Text Example
White with #AA5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5274; }
p { color: rgb(170,82,116); }
H1.HeaderClassName
{
color: #AA5274;
}
.AnyTagClassName
{
color: #AA5274;
}
</style>
background-color css
<style>
a { background-color: #AA5274; }
a { background-color: rgb(170,82,116); }
div.DivClassName
{
background-color: #AA5274;
}
.BgClassName
{
background-color: #AA5274;
}
</style>
border-color css
<style>
span { border-color: #AA5274; }
span { border-color: rgb(170,82,116); }
td.TdClassName
{
border-color: #AA5274;
}
.TagClassName
{
border-color: #AA5274;
}
</style>