Shades of Rich Gold #AC501E
Tints of Rich Gold #AC501E
RGB
CMYK
RGB Variations
Color information
#AC501E (or 0xAC501E) is known color: Rich Gold. HEX triplet: AC, 50 and 1E. RGB value is (172,80,30). Sum of RGB (Red+Green+Blue) = 172+80+30=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC501E is #53AFE1. Grayscale: #666666. Windows color (decimal): -5484514 or 1986732. OLE color: 1986732.
HSL color Cylindrical-coordinate representation of color #AC501E: hue angle of 21.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC501E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 30 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.33 |
| HSL | 21.13º | 0.7% | 0.4% | - |
| HSV(B) | 21.13º | 0.83% | 0.67% | - |
| XYZ | 20.12 | 14.6 | 2.99 | - |
| YUV | 101.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 30 | 0 | 0.53 | 0.83 | 0.33 | 21.13 | 0.7 | 0.4 |
| Hex | AC | 50 | 1E | 0 | 35 | 53 | 21 | 15 | 46 | 28 |
| Octal | 254 | 120 | 36 | 0 | 65 | 123 | 41 | 25 | 106 | 50 |
| Binary | 10101100 | 1010000 | 11110 | 0 | 110101 | 1010011 | 100001 | 10101 | 1000110 | 101000 |
Color Harmonies of #AC501E
Complementary color
Monochromatic Colors of #AC501E
Black with #AC501E
Text Example
Text Example
White with #AC501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC501E; }
p { color: rgb(172,80,30); }
H1.HeaderClassName
{
color: #AC501E;
}
.AnyTagClassName
{
color: #AC501E;
}
</style>
background-color css
<style>
a { background-color: #AC501E; }
a { background-color: rgb(172,80,30); }
div.DivClassName
{
background-color: #AC501E;
}
.BgClassName
{
background-color: #AC501E;
}
</style>
border-color css
<style>
span { border-color: #AC501E; }
span { border-color: rgb(172,80,30); }
td.TdClassName
{
border-color: #AC501E;
}
.TagClassName
{
border-color: #AC501E;
}
</style>