Shades of Royal Heath #AC5975
Tints of Royal Heath #AC5975
RGB
CMYK
RGB Variations
Color information
#AC5975 (or 0xAC5975) is known color: Royal Heath. HEX triplet: AC, 59 and 75. RGB value is (172,89,117). Sum of RGB (Red+Green+Blue) = 172+89+117=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5975 is #53A68A. Grayscale: #747474. Windows color (decimal): -5482123 or 7690668. OLE color: 7690668.
HSL color Cylindrical-coordinate representation of color #AC5975: hue angle of 339.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5975 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 117 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.33 |
| HSL | 339.76º | 0.33% | 0.51% | - |
| HSV(B) | 339.76º | 0.48% | 0.67% | - |
| XYZ | 23.8 | 17.2 | 18.9 | - |
| YUV | 117.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 117 | 0 | 0.48 | 0.32 | 0.33 | 339.76 | 0.33 | 0.51 |
| Hex | AC | 59 | 75 | 0 | 30 | 20 | 21 | 154 | 21 | 33 |
| Octal | 254 | 131 | 165 | 0 | 60 | 40 | 41 | 524 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1110101 | 0 | 110000 | 100000 | 100001 | 101010100 | 100001 | 110011 |
Color Harmonies of #AC5975
Complementary color
Monochromatic Colors of #AC5975
Black with #AC5975
Text Example
Text Example
White with #AC5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5975; }
p { color: rgb(172,89,117); }
H1.HeaderClassName
{
color: #AC5975;
}
.AnyTagClassName
{
color: #AC5975;
}
</style>
background-color css
<style>
a { background-color: #AC5975; }
a { background-color: rgb(172,89,117); }
div.DivClassName
{
background-color: #AC5975;
}
.BgClassName
{
background-color: #AC5975;
}
</style>
border-color css
<style>
span { border-color: #AC5975; }
span { border-color: rgb(172,89,117); }
td.TdClassName
{
border-color: #AC5975;
}
.TagClassName
{
border-color: #AC5975;
}
</style>