Shades of Royal Heath #AC476E
Tints of Royal Heath #AC476E
RGB
CMYK
RGB Variations
Color information
#AC476E (or 0xAC476E) is known color: Royal Heath. HEX triplet: AC, 47 and 6E. RGB value is (172,71,110). Sum of RGB (Red+Green+Blue) = 172+71+110=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC476E is #53B891. Grayscale: #696969. Windows color (decimal): -5486738 or 7227308. OLE color: 7227308.
HSL color Cylindrical-coordinate representation of color #AC476E: hue angle of 336.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC476E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 110 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.33 |
| HSL | 336.83º | 0.42% | 0.48% | - |
| HSV(B) | 336.83º | 0.59% | 0.67% | - |
| XYZ | 22.08 | 14.4 | 16.37 | - |
| YUV | 105.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 110 | 0 | 0.59 | 0.36 | 0.33 | 336.83 | 0.42 | 0.48 |
| Hex | AC | 47 | 6E | 0 | 3B | 24 | 21 | 151 | 2A | 30 |
| Octal | 254 | 107 | 156 | 0 | 73 | 44 | 41 | 521 | 52 | 60 |
| Binary | 10101100 | 1000111 | 1101110 | 0 | 111011 | 100100 | 100001 | 101010001 | 101010 | 110000 |
Color Harmonies of #AC476E
Complementary color
Monochromatic Colors of #AC476E
Black with #AC476E
Text Example
Text Example
White with #AC476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC476E; }
p { color: rgb(172,71,110); }
H1.HeaderClassName
{
color: #AC476E;
}
.AnyTagClassName
{
color: #AC476E;
}
</style>
background-color css
<style>
a { background-color: #AC476E; }
a { background-color: rgb(172,71,110); }
div.DivClassName
{
background-color: #AC476E;
}
.BgClassName
{
background-color: #AC476E;
}
</style>
border-color css
<style>
span { border-color: #AC476E; }
span { border-color: rgb(172,71,110); }
td.TdClassName
{
border-color: #AC476E;
}
.TagClassName
{
border-color: #AC476E;
}
</style>