Shades of Royal Heath #AC5673
Tints of Royal Heath #AC5673
RGB
CMYK
RGB Variations
Color information
#AC5673 (or 0xAC5673) is known color: Royal Heath. HEX triplet: AC, 56 and 73. RGB value is (172,86,115). Sum of RGB (Red+Green+Blue) = 172+86+115=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5673 is #53A98C. Grayscale: #727272. Windows color (decimal): -5482893 or 7558828. OLE color: 7558828.
HSL color Cylindrical-coordinate representation of color #AC5673: hue angle of 339.77º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5673 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 115 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.33 |
| HSL | 339.77º | 0.34% | 0.51% | - |
| HSV(B) | 339.77º | 0.5% | 0.67% | - |
| XYZ | 23.44 | 16.66 | 18.2 | - |
| YUV | 115.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 115 | 0 | 0.5 | 0.33 | 0.33 | 339.77 | 0.34 | 0.51 |
| Hex | AC | 56 | 73 | 0 | 32 | 21 | 21 | 154 | 22 | 33 |
| Octal | 254 | 126 | 163 | 0 | 62 | 41 | 41 | 524 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1110011 | 0 | 110010 | 100001 | 100001 | 101010100 | 100010 | 110011 |
Color Harmonies of #AC5673
Complementary color
Monochromatic Colors of #AC5673
Black with #AC5673
Text Example
Text Example
White with #AC5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5673; }
p { color: rgb(172,86,115); }
H1.HeaderClassName
{
color: #AC5673;
}
.AnyTagClassName
{
color: #AC5673;
}
</style>
background-color css
<style>
a { background-color: #AC5673; }
a { background-color: rgb(172,86,115); }
div.DivClassName
{
background-color: #AC5673;
}
.BgClassName
{
background-color: #AC5673;
}
</style>
border-color css
<style>
span { border-color: #AC5673; }
span { border-color: rgb(172,86,115); }
td.TdClassName
{
border-color: #AC5673;
}
.TagClassName
{
border-color: #AC5673;
}
</style>