Shades of Royal Heath #AC567D
Tints of Royal Heath #AC567D
RGB
CMYK
RGB Variations
Color information
#AC567D (or 0xAC567D) is known color: Royal Heath. HEX triplet: AC, 56 and 7D. RGB value is (172,86,125). Sum of RGB (Red+Green+Blue) = 172+86+125=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567D is #53A982. Grayscale: #747474. Windows color (decimal): -5482883 or 8214188. OLE color: 8214188.
HSL color Cylindrical-coordinate representation of color #AC567D: hue angle of 332.79º 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 #AC567D is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 125 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.33 |
| HSL | 332.79º | 0.34% | 0.51% | - |
| HSV(B) | 332.79º | 0.5% | 0.67% | - |
| XYZ | 24.04 | 16.91 | 21.4 | - |
| YUV | 116.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 125 | 0 | 0.5 | 0.27 | 0.33 | 332.79 | 0.34 | 0.51 |
| Hex | AC | 56 | 7D | 0 | 32 | 1B | 21 | 14D | 22 | 33 |
| Octal | 254 | 126 | 175 | 0 | 62 | 33 | 41 | 515 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1111101 | 0 | 110010 | 11011 | 100001 | 101001101 | 100010 | 110011 |
Color Harmonies of #AC567D
Complementary color
Monochromatic Colors of #AC567D
Black with #AC567D
Text Example
Text Example
White with #AC567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC567D; }
p { color: rgb(172,86,125); }
H1.HeaderClassName
{
color: #AC567D;
}
.AnyTagClassName
{
color: #AC567D;
}
</style>
background-color css
<style>
a { background-color: #AC567D; }
a { background-color: rgb(172,86,125); }
div.DivClassName
{
background-color: #AC567D;
}
.BgClassName
{
background-color: #AC567D;
}
</style>
border-color css
<style>
span { border-color: #AC567D; }
span { border-color: rgb(172,86,125); }
td.TdClassName
{
border-color: #AC567D;
}
.TagClassName
{
border-color: #AC567D;
}
</style>