Shades of Rich Gold #AC511D
Tints of Rich Gold #AC511D
RGB
CMYK
RGB Variations
Color information
#AC511D (or 0xAC511D) is known color: Rich Gold. HEX triplet: AC, 51 and 1D. RGB value is (172,81,29). Sum of RGB (Red+Green+Blue) = 172+81+29=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC511D is #53AEE2. Grayscale: #666666. Windows color (decimal): -5484259 or 1921452. OLE color: 1921452.
HSL color Cylindrical-coordinate representation of color #AC511D: hue angle of 21.82º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC511D is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 29 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.33 |
| HSL | 21.82º | 0.71% | 0.39% | - |
| HSV(B) | 21.82º | 0.83% | 0.67% | - |
| XYZ | 20.18 | 14.74 | 2.94 | - |
| YUV | 102.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 29 | 0 | 0.53 | 0.83 | 0.33 | 21.82 | 0.71 | 0.39 |
| Hex | AC | 51 | 1D | 0 | 35 | 53 | 21 | 16 | 47 | 27 |
| Octal | 254 | 121 | 35 | 0 | 65 | 123 | 41 | 26 | 107 | 47 |
| Binary | 10101100 | 1010001 | 11101 | 0 | 110101 | 1010011 | 100001 | 10110 | 1000111 | 100111 |
Color Harmonies of #AC511D
Complementary color
Monochromatic Colors of #AC511D
Black with #AC511D
Text Example
Text Example
White with #AC511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC511D; }
p { color: rgb(172,81,29); }
H1.HeaderClassName
{
color: #AC511D;
}
.AnyTagClassName
{
color: #AC511D;
}
</style>
background-color css
<style>
a { background-color: #AC511D; }
a { background-color: rgb(172,81,29); }
div.DivClassName
{
background-color: #AC511D;
}
.BgClassName
{
background-color: #AC511D;
}
</style>
border-color css
<style>
span { border-color: #AC511D; }
span { border-color: rgb(172,81,29); }
td.TdClassName
{
border-color: #AC511D;
}
.TagClassName
{
border-color: #AC511D;
}
</style>