Shades of Royal Heath #AC4671
Tints of Royal Heath #AC4671
RGB
CMYK
RGB Variations
Color information
#AC4671 (or 0xAC4671) is known color: Royal Heath. HEX triplet: AC, 46 and 71. RGB value is (172,70,113). Sum of RGB (Red+Green+Blue) = 172+70+113=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4671 is #53B98E. Grayscale: #696969. Windows color (decimal): -5486991 or 7423660. OLE color: 7423660.
HSL color Cylindrical-coordinate representation of color #AC4671: hue angle of 334.71º 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 #AC4671 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 113 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.33 |
| HSL | 334.71º | 0.42% | 0.47% | - |
| HSV(B) | 334.71º | 0.59% | 0.67% | - |
| XYZ | 22.18 | 14.34 | 17.22 | - |
| YUV | 105.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 113 | 0 | 0.59 | 0.34 | 0.33 | 334.71 | 0.42 | 0.47 |
| Hex | AC | 46 | 71 | 0 | 3B | 22 | 21 | 14F | 2A | 2F |
| Octal | 254 | 106 | 161 | 0 | 73 | 42 | 41 | 517 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1110001 | 0 | 111011 | 100010 | 100001 | 101001111 | 101010 | 101111 |
Color Harmonies of #AC4671
Complementary color
Monochromatic Colors of #AC4671
Black with #AC4671
Text Example
Text Example
White with #AC4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4671; }
p { color: rgb(172,70,113); }
H1.HeaderClassName
{
color: #AC4671;
}
.AnyTagClassName
{
color: #AC4671;
}
</style>
background-color css
<style>
a { background-color: #AC4671; }
a { background-color: rgb(172,70,113); }
div.DivClassName
{
background-color: #AC4671;
}
.BgClassName
{
background-color: #AC4671;
}
</style>
border-color css
<style>
span { border-color: #AC4671; }
span { border-color: rgb(172,70,113); }
td.TdClassName
{
border-color: #AC4671;
}
.TagClassName
{
border-color: #AC4671;
}
</style>