Shades of Royal Heath #AC5370
Tints of Royal Heath #AC5370
RGB
CMYK
RGB Variations
Color information
#AC5370 (or 0xAC5370) is known color: Royal Heath. HEX triplet: AC, 53 and 70. RGB value is (172,83,112). Sum of RGB (Red+Green+Blue) = 172+83+112=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5370 is #53AC8F. Grayscale: #707070. Windows color (decimal): -5483664 or 7361452. OLE color: 7361452.
HSL color Cylindrical-coordinate representation of color #AC5370: hue angle of 340.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5370 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 112 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.33 |
| HSL | 340.45º | 0.35% | 0.5% | - |
| HSV(B) | 340.45º | 0.52% | 0.67% | - |
| XYZ | 23.03 | 16.13 | 17.23 | - |
| YUV | 112.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 112 | 0 | 0.52 | 0.35 | 0.33 | 340.45 | 0.35 | 0.5 |
| Hex | AC | 53 | 70 | 0 | 34 | 23 | 21 | 154 | 23 | 32 |
| Octal | 254 | 123 | 160 | 0 | 64 | 43 | 41 | 524 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1110000 | 0 | 110100 | 100011 | 100001 | 101010100 | 100011 | 110010 |
Color Harmonies of #AC5370
Complementary color
Monochromatic Colors of #AC5370
Black with #AC5370
Text Example
Text Example
White with #AC5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5370; }
p { color: rgb(172,83,112); }
H1.HeaderClassName
{
color: #AC5370;
}
.AnyTagClassName
{
color: #AC5370;
}
</style>
background-color css
<style>
a { background-color: #AC5370; }
a { background-color: rgb(172,83,112); }
div.DivClassName
{
background-color: #AC5370;
}
.BgClassName
{
background-color: #AC5370;
}
</style>
border-color css
<style>
span { border-color: #AC5370; }
span { border-color: rgb(172,83,112); }
td.TdClassName
{
border-color: #AC5370;
}
.TagClassName
{
border-color: #AC5370;
}
</style>