Shades of Rich Gold #AC5613
Tints of Rich Gold #AC5613
RGB
CMYK
RGB Variations
Color information
#AC5613 (or 0xAC5613) is known color: Rich Gold. HEX triplet: AC, 56 and 13. RGB value is (172,86,19). Sum of RGB (Red+Green+Blue) = 172+86+19=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5613 is #53A9EC. Grayscale: #686868. Windows color (decimal): -5482989 or 1267372. OLE color: 1267372.
HSL color Cylindrical-coordinate representation of color #AC5613: hue angle of 26.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC5613 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 19 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.33 |
| HSL | 26.27º | 0.8% | 0.37% | - |
| HSV(B) | 26.27º | 0.89% | 0.67% | - |
| XYZ | 20.46 | 15.47 | 2.52 | - |
| YUV | 104.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 19 | 0 | 0.5 | 0.89 | 0.33 | 26.27 | 0.8 | 0.37 |
| Hex | AC | 56 | 13 | 0 | 32 | 59 | 21 | 1A | 50 | 25 |
| Octal | 254 | 126 | 23 | 0 | 62 | 131 | 41 | 32 | 120 | 45 |
| Binary | 10101100 | 1010110 | 10011 | 0 | 110010 | 1011001 | 100001 | 11010 | 1010000 | 100101 |
Color Harmonies of #AC5613
Complementary color
Monochromatic Colors of #AC5613
Black with #AC5613
Text Example
Text Example
White with #AC5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5613; }
p { color: rgb(172,86,19); }
H1.HeaderClassName
{
color: #AC5613;
}
.AnyTagClassName
{
color: #AC5613;
}
</style>
background-color css
<style>
a { background-color: #AC5613; }
a { background-color: rgb(172,86,19); }
div.DivClassName
{
background-color: #AC5613;
}
.BgClassName
{
background-color: #AC5613;
}
</style>
border-color css
<style>
span { border-color: #AC5613; }
span { border-color: rgb(172,86,19); }
td.TdClassName
{
border-color: #AC5613;
}
.TagClassName
{
border-color: #AC5613;
}
</style>