Shades of Rich Gold #AC5413
Tints of Rich Gold #AC5413
RGB
CMYK
RGB Variations
Color information
#AC5413 (or 0xAC5413) is known color: Rich Gold. HEX triplet: AC, 54 and 13. RGB value is (172,84,19). Sum of RGB (Red+Green+Blue) = 172+84+19=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5413 is #53ABEC. Grayscale: #676767. Windows color (decimal): -5483501 or 1266860. OLE color: 1266860.
HSL color Cylindrical-coordinate representation of color #AC5413: hue angle of 25.49º 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 #AC5413 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.33 |
| HSL | 25.49º | 0.8% | 0.37% | - |
| HSV(B) | 25.49º | 0.89% | 0.67% | - |
| XYZ | 20.3 | 15.16 | 2.47 | - |
| YUV | 102.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 19 | 0 | 0.51 | 0.89 | 0.33 | 25.49 | 0.8 | 0.37 |
| Hex | AC | 54 | 13 | 0 | 33 | 59 | 21 | 19 | 50 | 25 |
| Octal | 254 | 124 | 23 | 0 | 63 | 131 | 41 | 31 | 120 | 45 |
| Binary | 10101100 | 1010100 | 10011 | 0 | 110011 | 1011001 | 100001 | 11001 | 1010000 | 100101 |
Color Harmonies of #AC5413
Complementary color
Monochromatic Colors of #AC5413
Black with #AC5413
Text Example
Text Example
White with #AC5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5413; }
p { color: rgb(172,84,19); }
H1.HeaderClassName
{
color: #AC5413;
}
.AnyTagClassName
{
color: #AC5413;
}
</style>
background-color css
<style>
a { background-color: #AC5413; }
a { background-color: rgb(172,84,19); }
div.DivClassName
{
background-color: #AC5413;
}
.BgClassName
{
background-color: #AC5413;
}
</style>
border-color css
<style>
span { border-color: #AC5413; }
span { border-color: rgb(172,84,19); }
td.TdClassName
{
border-color: #AC5413;
}
.TagClassName
{
border-color: #AC5413;
}
</style>