Shades of Rich Gold #AC5512
Tints of Rich Gold #AC5512
RGB
CMYK
RGB Variations
Color information
#AC5512 (or 0xAC5512) is known color: Rich Gold. HEX triplet: AC, 55 and 12. RGB value is (172,85,18). Sum of RGB (Red+Green+Blue) = 172+85+18=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5512 is #53AAED. Grayscale: #676767. Windows color (decimal): -5483246 or 1201580. OLE color: 1201580.
HSL color Cylindrical-coordinate representation of color #AC5512: hue angle of 26.1º degrees, saturation: 0.81, 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 #AC5512 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.33 |
| HSL | 26.1º | 0.81% | 0.37% | - |
| HSV(B) | 26.1º | 0.9% | 0.67% | - |
| XYZ | 20.37 | 15.31 | 2.45 | - |
| YUV | 103.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 18 | 0 | 0.51 | 0.90 | 0.33 | 26.1 | 0.81 | 0.37 |
| Hex | AC | 55 | 12 | 0 | 33 | 5A | 21 | 1A | 51 | 25 |
| Octal | 254 | 125 | 22 | 0 | 63 | 132 | 41 | 32 | 121 | 45 |
| Binary | 10101100 | 1010101 | 10010 | 0 | 110011 | 1011010 | 100001 | 11010 | 1010001 | 100101 |
Color Harmonies of #AC5512
Complementary color
Monochromatic Colors of #AC5512
Black with #AC5512
Text Example
Text Example
White with #AC5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5512; }
p { color: rgb(172,85,18); }
H1.HeaderClassName
{
color: #AC5512;
}
.AnyTagClassName
{
color: #AC5512;
}
</style>
background-color css
<style>
a { background-color: #AC5512; }
a { background-color: rgb(172,85,18); }
div.DivClassName
{
background-color: #AC5512;
}
.BgClassName
{
background-color: #AC5512;
}
</style>
border-color css
<style>
span { border-color: #AC5512; }
span { border-color: rgb(172,85,18); }
td.TdClassName
{
border-color: #AC5512;
}
.TagClassName
{
border-color: #AC5512;
}
</style>