Shades of Royal Heath #AC4075
Tints of Royal Heath #AC4075
RGB
CMYK
RGB Variations
Color information
#AC4075 (or 0xAC4075) is known color: Royal Heath. HEX triplet: AC, 40 and 75. RGB value is (172,64,117). Sum of RGB (Red+Green+Blue) = 172+64+117=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4075 is #53BF8A. Grayscale: #666666. Windows color (decimal): -5488523 or 7684268. OLE color: 7684268.
HSL color Cylindrical-coordinate representation of color #AC4075: hue angle of 330.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4075 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 117 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.33 |
| HSL | 330.56º | 0.46% | 0.46% | - |
| HSV(B) | 330.56º | 0.63% | 0.67% | - |
| XYZ | 22.06 | 13.72 | 18.32 | - |
| YUV | 102.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 117 | 0 | 0.63 | 0.32 | 0.33 | 330.56 | 0.46 | 0.46 |
| Hex | AC | 40 | 75 | 0 | 3F | 20 | 21 | 14B | 2E | 2E |
| Octal | 254 | 100 | 165 | 0 | 77 | 40 | 41 | 513 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1110101 | 0 | 111111 | 100000 | 100001 | 101001011 | 101110 | 101110 |
Color Harmonies of #AC4075
Complementary color
Monochromatic Colors of #AC4075
Black with #AC4075
Text Example
Text Example
White with #AC4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4075; }
p { color: rgb(172,64,117); }
H1.HeaderClassName
{
color: #AC4075;
}
.AnyTagClassName
{
color: #AC4075;
}
</style>
background-color css
<style>
a { background-color: #AC4075; }
a { background-color: rgb(172,64,117); }
div.DivClassName
{
background-color: #AC4075;
}
.BgClassName
{
background-color: #AC4075;
}
</style>
border-color css
<style>
span { border-color: #AC4075; }
span { border-color: rgb(172,64,117); }
td.TdClassName
{
border-color: #AC4075;
}
.TagClassName
{
border-color: #AC4075;
}
</style>