Shades of Royal Heath #AC4674
Tints of Royal Heath #AC4674
RGB
CMYK
RGB Variations
Color information
#AC4674 (or 0xAC4674) is known color: Royal Heath. HEX triplet: AC, 46 and 74. RGB value is (172,70,116). Sum of RGB (Red+Green+Blue) = 172+70+116=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4674 is #53B98B. Grayscale: #696969. Windows color (decimal): -5486988 or 7620268. OLE color: 7620268.
HSL color Cylindrical-coordinate representation of color #AC4674: hue angle of 332.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4674 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 116 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.33 |
| HSL | 332.94º | 0.42% | 0.47% | - |
| HSV(B) | 332.94º | 0.59% | 0.67% | - |
| XYZ | 22.36 | 14.41 | 18.13 | - |
| YUV | 105.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 116 | 0 | 0.59 | 0.33 | 0.33 | 332.94 | 0.42 | 0.47 |
| Hex | AC | 46 | 74 | 0 | 3B | 21 | 21 | 14D | 2A | 2F |
| Octal | 254 | 106 | 164 | 0 | 73 | 41 | 41 | 515 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1110100 | 0 | 111011 | 100001 | 100001 | 101001101 | 101010 | 101111 |
Color Harmonies of #AC4674
Complementary color
Monochromatic Colors of #AC4674
Black with #AC4674
Text Example
Text Example
White with #AC4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4674; }
p { color: rgb(172,70,116); }
H1.HeaderClassName
{
color: #AC4674;
}
.AnyTagClassName
{
color: #AC4674;
}
</style>
background-color css
<style>
a { background-color: #AC4674; }
a { background-color: rgb(172,70,116); }
div.DivClassName
{
background-color: #AC4674;
}
.BgClassName
{
background-color: #AC4674;
}
</style>
border-color css
<style>
span { border-color: #AC4674; }
span { border-color: rgb(172,70,116); }
td.TdClassName
{
border-color: #AC4674;
}
.TagClassName
{
border-color: #AC4674;
}
</style>