Shades of Rich Gold #AC5610
Tints of Rich Gold #AC5610
RGB
CMYK
RGB Variations
Color information
#AC5610 (or 0xAC5610) is known color: Rich Gold. HEX triplet: AC, 56 and 10. RGB value is (172,86,16). Sum of RGB (Red+Green+Blue) = 172+86+16=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5610 is #53A9EF. Grayscale: #686868. Windows color (decimal): -5482992 or 1070764. OLE color: 1070764.
HSL color Cylindrical-coordinate representation of color #AC5610: hue angle of 26.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC5610 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 16 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.33 |
| HSL | 26.92º | 0.83% | 0.37% | - |
| HSV(B) | 26.92º | 0.91% | 0.67% | - |
| XYZ | 20.43 | 15.46 | 2.4 | - |
| YUV | 103.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 16 | 0 | 0.5 | 0.91 | 0.33 | 26.92 | 0.83 | 0.37 |
| Hex | AC | 56 | 10 | 0 | 32 | 5B | 21 | 1B | 53 | 25 |
| Octal | 254 | 126 | 20 | 0 | 62 | 133 | 41 | 33 | 123 | 45 |
| Binary | 10101100 | 1010110 | 10000 | 0 | 110010 | 1011011 | 100001 | 11011 | 1010011 | 100101 |
Color Harmonies of #AC5610
Complementary color
Monochromatic Colors of #AC5610
Black with #AC5610
Text Example
Text Example
White with #AC5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5610; }
p { color: rgb(172,86,16); }
H1.HeaderClassName
{
color: #AC5610;
}
.AnyTagClassName
{
color: #AC5610;
}
</style>
background-color css
<style>
a { background-color: #AC5610; }
a { background-color: rgb(172,86,16); }
div.DivClassName
{
background-color: #AC5610;
}
.BgClassName
{
background-color: #AC5610;
}
</style>
border-color css
<style>
span { border-color: #AC5610; }
span { border-color: rgb(172,86,16); }
td.TdClassName
{
border-color: #AC5610;
}
.TagClassName
{
border-color: #AC5610;
}
</style>