Shades of Rich Gold #AC4C1A
Tints of Rich Gold #AC4C1A
RGB
CMYK
RGB Variations
Color information
#AC4C1A (or 0xAC4C1A) is known color: Rich Gold. HEX triplet: AC, 4C and 1A. RGB value is (172,76,26). Sum of RGB (Red+Green+Blue) = 172+76+26=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C1A is #53B3E5. Grayscale: #636363. Windows color (decimal): -5485542 or 1723564. OLE color: 1723564.
HSL color Cylindrical-coordinate representation of color #AC4C1A: hue angle of 20.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4C1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 26 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.33 |
| HSL | 20.55º | 0.74% | 0.39% | - |
| HSV(B) | 20.55º | 0.85% | 0.67% | - |
| XYZ | 19.78 | 14.01 | 2.64 | - |
| YUV | 99 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 26 | 0 | 0.56 | 0.85 | 0.33 | 20.55 | 0.74 | 0.39 |
| Hex | AC | 4C | 1A | 0 | 38 | 55 | 21 | 15 | 4A | 27 |
| Octal | 254 | 114 | 32 | 0 | 70 | 125 | 41 | 25 | 112 | 47 |
| Binary | 10101100 | 1001100 | 11010 | 0 | 111000 | 1010101 | 100001 | 10101 | 1001010 | 100111 |
Color Harmonies of #AC4C1A
Complementary color
Monochromatic Colors of #AC4C1A
Black with #AC4C1A
Text Example
Text Example
White with #AC4C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C1A; }
p { color: rgb(172,76,26); }
H1.HeaderClassName
{
color: #AC4C1A;
}
.AnyTagClassName
{
color: #AC4C1A;
}
</style>
background-color css
<style>
a { background-color: #AC4C1A; }
a { background-color: rgb(172,76,26); }
div.DivClassName
{
background-color: #AC4C1A;
}
.BgClassName
{
background-color: #AC4C1A;
}
</style>
border-color css
<style>
span { border-color: #AC4C1A; }
span { border-color: rgb(172,76,26); }
td.TdClassName
{
border-color: #AC4C1A;
}
.TagClassName
{
border-color: #AC4C1A;
}
</style>