Shades of Royal Heath #AC4973
Tints of Royal Heath #AC4973
RGB
CMYK
RGB Variations
Color information
#AC4973 (or 0xAC4973) is known color: Royal Heath. HEX triplet: AC, 49 and 73. RGB value is (172,73,115). Sum of RGB (Red+Green+Blue) = 172+73+115=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4973 is #53B68C. Grayscale: #6B6B6B. Windows color (decimal): -5486221 or 7555500. OLE color: 7555500.
HSL color Cylindrical-coordinate representation of color #AC4973: hue angle of 334.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4973 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 115 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.33 |
| HSL | 334.55º | 0.4% | 0.48% | - |
| HSV(B) | 334.55º | 0.58% | 0.67% | - |
| XYZ | 22.49 | 14.77 | 17.89 | - |
| YUV | 107.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 115 | 0 | 0.58 | 0.33 | 0.33 | 334.55 | 0.4 | 0.48 |
| Hex | AC | 49 | 73 | 0 | 3A | 21 | 21 | 14F | 28 | 30 |
| Octal | 254 | 111 | 163 | 0 | 72 | 41 | 41 | 517 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1110011 | 0 | 111010 | 100001 | 100001 | 101001111 | 101000 | 110000 |
Color Harmonies of #AC4973
Complementary color
Monochromatic Colors of #AC4973
Black with #AC4973
Text Example
Text Example
White with #AC4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4973; }
p { color: rgb(172,73,115); }
H1.HeaderClassName
{
color: #AC4973;
}
.AnyTagClassName
{
color: #AC4973;
}
</style>
background-color css
<style>
a { background-color: #AC4973; }
a { background-color: rgb(172,73,115); }
div.DivClassName
{
background-color: #AC4973;
}
.BgClassName
{
background-color: #AC4973;
}
</style>
border-color css
<style>
span { border-color: #AC4973; }
span { border-color: rgb(172,73,115); }
td.TdClassName
{
border-color: #AC4973;
}
.TagClassName
{
border-color: #AC4973;
}
</style>