Shades of Rich Gold #AC541B
Tints of Rich Gold #AC541B
RGB
CMYK
RGB Variations
Color information
#AC541B (or 0xAC541B) is known color: Rich Gold. HEX triplet: AC, 54 and 1B. RGB value is (172,84,27). Sum of RGB (Red+Green+Blue) = 172+84+27=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC541B is #53ABE4. Grayscale: #686868. Windows color (decimal): -5483493 or 1791148. OLE color: 1791148.
HSL color Cylindrical-coordinate representation of color #AC541B: hue angle of 23.59º degrees, saturation: 0.73, 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 #AC541B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 27 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.33 |
| HSL | 23.59º | 0.73% | 0.39% | - |
| HSV(B) | 23.59º | 0.84% | 0.67% | - |
| XYZ | 20.38 | 15.19 | 2.89 | - |
| YUV | 103.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 27 | 0 | 0.51 | 0.84 | 0.33 | 23.59 | 0.73 | 0.39 |
| Hex | AC | 54 | 1B | 0 | 33 | 54 | 21 | 18 | 49 | 27 |
| Octal | 254 | 124 | 33 | 0 | 63 | 124 | 41 | 30 | 111 | 47 |
| Binary | 10101100 | 1010100 | 11011 | 0 | 110011 | 1010100 | 100001 | 11000 | 1001001 | 100111 |
Color Harmonies of #AC541B
Complementary color
Monochromatic Colors of #AC541B
Black with #AC541B
Text Example
Text Example
White with #AC541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC541B; }
p { color: rgb(172,84,27); }
H1.HeaderClassName
{
color: #AC541B;
}
.AnyTagClassName
{
color: #AC541B;
}
</style>
background-color css
<style>
a { background-color: #AC541B; }
a { background-color: rgb(172,84,27); }
div.DivClassName
{
background-color: #AC541B;
}
.BgClassName
{
background-color: #AC541B;
}
</style>
border-color css
<style>
span { border-color: #AC541B; }
span { border-color: rgb(172,84,27); }
td.TdClassName
{
border-color: #AC541B;
}
.TagClassName
{
border-color: #AC541B;
}
</style>