Shades of Rich Gold #AC511C
Tints of Rich Gold #AC511C
RGB
CMYK
RGB Variations
Color information
#AC511C (or 0xAC511C) is known color: Rich Gold. HEX triplet: AC, 51 and 1C. RGB value is (172,81,28). Sum of RGB (Red+Green+Blue) = 172+81+28=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC511C is #53AEE3. Grayscale: #666666. Windows color (decimal): -5484260 or 1855916. OLE color: 1855916.
HSL color Cylindrical-coordinate representation of color #AC511C: hue angle of 22.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC511C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 28 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.33 |
| HSL | 22.08º | 0.72% | 0.39% | - |
| HSV(B) | 22.08º | 0.84% | 0.67% | - |
| XYZ | 20.17 | 14.74 | 2.88 | - |
| YUV | 102.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 28 | 0 | 0.53 | 0.84 | 0.33 | 22.08 | 0.72 | 0.39 |
| Hex | AC | 51 | 1C | 0 | 35 | 54 | 21 | 16 | 48 | 27 |
| Octal | 254 | 121 | 34 | 0 | 65 | 124 | 41 | 26 | 110 | 47 |
| Binary | 10101100 | 1010001 | 11100 | 0 | 110101 | 1010100 | 100001 | 10110 | 1001000 | 100111 |
Color Harmonies of #AC511C
Complementary color
Monochromatic Colors of #AC511C
Black with #AC511C
Text Example
Text Example
White with #AC511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC511C; }
p { color: rgb(172,81,28); }
H1.HeaderClassName
{
color: #AC511C;
}
.AnyTagClassName
{
color: #AC511C;
}
</style>
background-color css
<style>
a { background-color: #AC511C; }
a { background-color: rgb(172,81,28); }
div.DivClassName
{
background-color: #AC511C;
}
.BgClassName
{
background-color: #AC511C;
}
</style>
border-color css
<style>
span { border-color: #AC511C; }
span { border-color: rgb(172,81,28); }
td.TdClassName
{
border-color: #AC511C;
}
.TagClassName
{
border-color: #AC511C;
}
</style>