Shades of Royal Heath #AC4D76
Tints of Royal Heath #AC4D76
RGB
CMYK
RGB Variations
Color information
#AC4D76 (or 0xAC4D76) is known color: Royal Heath. HEX triplet: AC, 4D and 76. RGB value is (172,77,118). Sum of RGB (Red+Green+Blue) = 172+77+118=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D76 is #53B289. Grayscale: #6E6E6E. Windows color (decimal): -5485194 or 7753132. OLE color: 7753132.
HSL color Cylindrical-coordinate representation of color #AC4D76: hue angle of 334.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D76 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 118 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.33 |
| HSL | 334.11º | 0.38% | 0.49% | - |
| HSV(B) | 334.11º | 0.55% | 0.67% | - |
| XYZ | 22.94 | 15.39 | 18.9 | - |
| YUV | 110.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 118 | 0 | 0.55 | 0.31 | 0.33 | 334.11 | 0.38 | 0.49 |
| Hex | AC | 4D | 76 | 0 | 37 | 1F | 21 | 14E | 26 | 31 |
| Octal | 254 | 115 | 166 | 0 | 67 | 37 | 41 | 516 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1110110 | 0 | 110111 | 11111 | 100001 | 101001110 | 100110 | 110001 |
Color Harmonies of #AC4D76
Complementary color
Monochromatic Colors of #AC4D76
Black with #AC4D76
Text Example
Text Example
White with #AC4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D76; }
p { color: rgb(172,77,118); }
H1.HeaderClassName
{
color: #AC4D76;
}
.AnyTagClassName
{
color: #AC4D76;
}
</style>
background-color css
<style>
a { background-color: #AC4D76; }
a { background-color: rgb(172,77,118); }
div.DivClassName
{
background-color: #AC4D76;
}
.BgClassName
{
background-color: #AC4D76;
}
</style>
border-color css
<style>
span { border-color: #AC4D76; }
span { border-color: rgb(172,77,118); }
td.TdClassName
{
border-color: #AC4D76;
}
.TagClassName
{
border-color: #AC4D76;
}
</style>