Shades of Rich Gold #AC5511
Tints of Rich Gold #AC5511
RGB
CMYK
RGB Variations
Color information
#AC5511 (or 0xAC5511) is known color: Rich Gold. HEX triplet: AC, 55 and 11. RGB value is (172,85,17). Sum of RGB (Red+Green+Blue) = 172+85+17=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5511 is #53AAEE. Grayscale: #676767. Windows color (decimal): -5483247 or 1136044. OLE color: 1136044.
HSL color Cylindrical-coordinate representation of color #AC5511: hue angle of 26.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5511 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 17 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.33 |
| HSL | 26.32º | 0.82% | 0.37% | - |
| HSV(B) | 26.32º | 0.9% | 0.67% | - |
| XYZ | 20.36 | 15.31 | 2.41 | - |
| YUV | 103.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 17 | 0 | 0.51 | 0.90 | 0.33 | 26.32 | 0.82 | 0.37 |
| Hex | AC | 55 | 11 | 0 | 33 | 5A | 21 | 1A | 52 | 25 |
| Octal | 254 | 125 | 21 | 0 | 63 | 132 | 41 | 32 | 122 | 45 |
| Binary | 10101100 | 1010101 | 10001 | 0 | 110011 | 1011010 | 100001 | 11010 | 1010010 | 100101 |
Color Harmonies of #AC5511
Complementary color
Monochromatic Colors of #AC5511
Black with #AC5511
Text Example
Text Example
White with #AC5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5511; }
p { color: rgb(172,85,17); }
H1.HeaderClassName
{
color: #AC5511;
}
.AnyTagClassName
{
color: #AC5511;
}
</style>
background-color css
<style>
a { background-color: #AC5511; }
a { background-color: rgb(172,85,17); }
div.DivClassName
{
background-color: #AC5511;
}
.BgClassName
{
background-color: #AC5511;
}
</style>
border-color css
<style>
span { border-color: #AC5511; }
span { border-color: rgb(172,85,17); }
td.TdClassName
{
border-color: #AC5511;
}
.TagClassName
{
border-color: #AC5511;
}
</style>