Shades of Rich Gold #AC541C
Tints of Rich Gold #AC541C
RGB
CMYK
RGB Variations
Color information
#AC541C (or 0xAC541C) is known color: Rich Gold. HEX triplet: AC, 54 and 1C. RGB value is (172,84,28). Sum of RGB (Red+Green+Blue) = 172+84+28=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC541C is #53ABE3. Grayscale: #686868. Windows color (decimal): -5483492 or 1856684. OLE color: 1856684.
HSL color Cylindrical-coordinate representation of color #AC541C: hue angle of 23.33º 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 #AC541C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.33 |
| HSL | 23.33º | 0.72% | 0.39% | - |
| HSV(B) | 23.33º | 0.84% | 0.67% | - |
| XYZ | 20.39 | 15.2 | 2.96 | - |
| YUV | 103.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 28 | 0 | 0.51 | 0.84 | 0.33 | 23.33 | 0.72 | 0.39 |
| Hex | AC | 54 | 1C | 0 | 33 | 54 | 21 | 17 | 48 | 27 |
| Octal | 254 | 124 | 34 | 0 | 63 | 124 | 41 | 27 | 110 | 47 |
| Binary | 10101100 | 1010100 | 11100 | 0 | 110011 | 1010100 | 100001 | 10111 | 1001000 | 100111 |
Color Harmonies of #AC541C
Complementary color
Monochromatic Colors of #AC541C
Black with #AC541C
Text Example
Text Example
White with #AC541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC541C; }
p { color: rgb(172,84,28); }
H1.HeaderClassName
{
color: #AC541C;
}
.AnyTagClassName
{
color: #AC541C;
}
</style>
background-color css
<style>
a { background-color: #AC541C; }
a { background-color: rgb(172,84,28); }
div.DivClassName
{
background-color: #AC541C;
}
.BgClassName
{
background-color: #AC541C;
}
</style>
border-color css
<style>
span { border-color: #AC541C; }
span { border-color: rgb(172,84,28); }
td.TdClassName
{
border-color: #AC541C;
}
.TagClassName
{
border-color: #AC541C;
}
</style>