Shades of Rich Gold #AC581E
Tints of Rich Gold #AC581E
RGB
CMYK
RGB Variations
Color information
#AC581E (or 0xAC581E) is known color: Rich Gold. HEX triplet: AC, 58 and 1E. RGB value is (172,88,30). Sum of RGB (Red+Green+Blue) = 172+88+30=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC581E is #53A7E1. Grayscale: #6A6A6A. Windows color (decimal): -5482466 or 1988780. OLE color: 1988780.
HSL color Cylindrical-coordinate representation of color #AC581E: hue angle of 24.51º 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 #AC581E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 30 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.33 |
| HSL | 24.51º | 0.7% | 0.4% | - |
| HSV(B) | 24.51º | 0.83% | 0.67% | - |
| XYZ | 20.74 | 15.84 | 3.19 | - |
| YUV | 106.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 30 | 0 | 0.49 | 0.83 | 0.33 | 24.51 | 0.7 | 0.4 |
| Hex | AC | 58 | 1E | 0 | 31 | 53 | 21 | 19 | 46 | 28 |
| Octal | 254 | 130 | 36 | 0 | 61 | 123 | 41 | 31 | 106 | 50 |
| Binary | 10101100 | 1011000 | 11110 | 0 | 110001 | 1010011 | 100001 | 11001 | 1000110 | 101000 |
Color Harmonies of #AC581E
Complementary color
Monochromatic Colors of #AC581E
Black with #AC581E
Text Example
Text Example
White with #AC581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC581E; }
p { color: rgb(172,88,30); }
H1.HeaderClassName
{
color: #AC581E;
}
.AnyTagClassName
{
color: #AC581E;
}
</style>
background-color css
<style>
a { background-color: #AC581E; }
a { background-color: rgb(172,88,30); }
div.DivClassName
{
background-color: #AC581E;
}
.BgClassName
{
background-color: #AC581E;
}
</style>
border-color css
<style>
span { border-color: #AC581E; }
span { border-color: rgb(172,88,30); }
td.TdClassName
{
border-color: #AC581E;
}
.TagClassName
{
border-color: #AC581E;
}
</style>