Shades of Rich Gold #AC5C1F
Tints of Rich Gold #AC5C1F
RGB
CMYK
RGB Variations
Color information
#AC5C1F (or 0xAC5C1F) is known color: Rich Gold. HEX triplet: AC, 5C and 1F. RGB value is (172,92,31). Sum of RGB (Red+Green+Blue) = 172+92+31=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C1F is #53A3E0. Grayscale: #6D6D6D. Windows color (decimal): -5481441 or 2055340. OLE color: 2055340.
HSL color Cylindrical-coordinate representation of color #AC5C1F: hue angle of 25.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC5C1F is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 31 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.33 |
| HSL | 25.96º | 0.69% | 0.4% | - |
| HSV(B) | 25.96º | 0.82% | 0.67% | - |
| XYZ | 21.09 | 16.52 | 3.37 | - |
| YUV | 108.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 31 | 0 | 0.47 | 0.82 | 0.33 | 25.96 | 0.69 | 0.4 |
| Hex | AC | 5C | 1F | 0 | 2F | 52 | 21 | 1A | 45 | 28 |
| Octal | 254 | 134 | 37 | 0 | 57 | 122 | 41 | 32 | 105 | 50 |
| Binary | 10101100 | 1011100 | 11111 | 0 | 101111 | 1010010 | 100001 | 11010 | 1000101 | 101000 |
Color Harmonies of #AC5C1F
Complementary color
Monochromatic Colors of #AC5C1F
Black with #AC5C1F
Text Example
Text Example
White with #AC5C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C1F; }
p { color: rgb(172,92,31); }
H1.HeaderClassName
{
color: #AC5C1F;
}
.AnyTagClassName
{
color: #AC5C1F;
}
</style>
background-color css
<style>
a { background-color: #AC5C1F; }
a { background-color: rgb(172,92,31); }
div.DivClassName
{
background-color: #AC5C1F;
}
.BgClassName
{
background-color: #AC5C1F;
}
</style>
border-color css
<style>
span { border-color: #AC5C1F; }
span { border-color: rgb(172,92,31); }
td.TdClassName
{
border-color: #AC5C1F;
}
.TagClassName
{
border-color: #AC5C1F;
}
</style>