Shades of Royal Heath #AC5372
Tints of Royal Heath #AC5372
RGB
CMYK
RGB Variations
Color information
#AC5372 (or 0xAC5372) is known color: Royal Heath. HEX triplet: AC, 53 and 72. RGB value is (172,83,114). Sum of RGB (Red+Green+Blue) = 172+83+114=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5372 is #53AC8D. Grayscale: #717171. Windows color (decimal): -5483662 or 7492524. OLE color: 7492524.
HSL color Cylindrical-coordinate representation of color #AC5372: hue angle of 339.1º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5372 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 114 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.33 |
| HSL | 339.1º | 0.35% | 0.5% | - |
| HSV(B) | 339.1º | 0.52% | 0.67% | - |
| XYZ | 23.14 | 16.17 | 17.82 | - |
| YUV | 113.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 114 | 0 | 0.52 | 0.34 | 0.33 | 339.1 | 0.35 | 0.5 |
| Hex | AC | 53 | 72 | 0 | 34 | 22 | 21 | 153 | 23 | 32 |
| Octal | 254 | 123 | 162 | 0 | 64 | 42 | 41 | 523 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1110010 | 0 | 110100 | 100010 | 100001 | 101010011 | 100011 | 110010 |
Color Harmonies of #AC5372
Complementary color
Monochromatic Colors of #AC5372
Black with #AC5372
Text Example
Text Example
White with #AC5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5372; }
p { color: rgb(172,83,114); }
H1.HeaderClassName
{
color: #AC5372;
}
.AnyTagClassName
{
color: #AC5372;
}
</style>
background-color css
<style>
a { background-color: #AC5372; }
a { background-color: rgb(172,83,114); }
div.DivClassName
{
background-color: #AC5372;
}
.BgClassName
{
background-color: #AC5372;
}
</style>
border-color css
<style>
span { border-color: #AC5372; }
span { border-color: rgb(172,83,114); }
td.TdClassName
{
border-color: #AC5372;
}
.TagClassName
{
border-color: #AC5372;
}
</style>