Shades of Royal Heath #AC4976
Tints of Royal Heath #AC4976
RGB
CMYK
RGB Variations
Color information
#AC4976 (or 0xAC4976) is known color: Royal Heath. HEX triplet: AC, 49 and 76. RGB value is (172,73,118). Sum of RGB (Red+Green+Blue) = 172+73+118=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4976 is #53B689. Grayscale: #6B6B6B. Windows color (decimal): -5486218 or 7752108. OLE color: 7752108.
HSL color Cylindrical-coordinate representation of color #AC4976: hue angle of 332.73º 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 #AC4976 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 118 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.33 |
| HSL | 332.73º | 0.4% | 0.48% | - |
| HSV(B) | 332.73º | 0.58% | 0.67% | - |
| XYZ | 22.67 | 14.84 | 18.81 | - |
| YUV | 107.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 118 | 0 | 0.58 | 0.31 | 0.33 | 332.73 | 0.4 | 0.48 |
| Hex | AC | 49 | 76 | 0 | 3A | 1F | 21 | 14D | 28 | 30 |
| Octal | 254 | 111 | 166 | 0 | 72 | 37 | 41 | 515 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1110110 | 0 | 111010 | 11111 | 100001 | 101001101 | 101000 | 110000 |
Color Harmonies of #AC4976
Complementary color
Monochromatic Colors of #AC4976
Black with #AC4976
Text Example
Text Example
White with #AC4976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4976; }
p { color: rgb(172,73,118); }
H1.HeaderClassName
{
color: #AC4976;
}
.AnyTagClassName
{
color: #AC4976;
}
</style>
background-color css
<style>
a { background-color: #AC4976; }
a { background-color: rgb(172,73,118); }
div.DivClassName
{
background-color: #AC4976;
}
.BgClassName
{
background-color: #AC4976;
}
</style>
border-color css
<style>
span { border-color: #AC4976; }
span { border-color: rgb(172,73,118); }
td.TdClassName
{
border-color: #AC4976;
}
.TagClassName
{
border-color: #AC4976;
}
</style>