Shades of Rich Gold #AC581A
Tints of Rich Gold #AC581A
RGB
CMYK
RGB Variations
Color information
#AC581A (or 0xAC581A) is known color: Rich Gold. HEX triplet: AC, 58 and 1A. RGB value is (172,88,26). Sum of RGB (Red+Green+Blue) = 172+88+26=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC581A is #53A7E5. Grayscale: #6A6A6A. Windows color (decimal): -5482470 or 1726636. OLE color: 1726636.
HSL color Cylindrical-coordinate representation of color #AC581A: hue angle of 25.48º 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 #AC581A is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 26 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.33 |
| HSL | 25.48º | 0.74% | 0.39% | - |
| HSV(B) | 25.48º | 0.85% | 0.67% | - |
| XYZ | 20.69 | 15.82 | 2.94 | - |
| YUV | 106.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 26 | 0 | 0.49 | 0.85 | 0.33 | 25.48 | 0.74 | 0.39 |
| Hex | AC | 58 | 1A | 0 | 31 | 55 | 21 | 19 | 4A | 27 |
| Octal | 254 | 130 | 32 | 0 | 61 | 125 | 41 | 31 | 112 | 47 |
| Binary | 10101100 | 1011000 | 11010 | 0 | 110001 | 1010101 | 100001 | 11001 | 1001010 | 100111 |
Color Harmonies of #AC581A
Complementary color
Monochromatic Colors of #AC581A
Black with #AC581A
Text Example
Text Example
White with #AC581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC581A; }
p { color: rgb(172,88,26); }
H1.HeaderClassName
{
color: #AC581A;
}
.AnyTagClassName
{
color: #AC581A;
}
</style>
background-color css
<style>
a { background-color: #AC581A; }
a { background-color: rgb(172,88,26); }
div.DivClassName
{
background-color: #AC581A;
}
.BgClassName
{
background-color: #AC581A;
}
</style>
border-color css
<style>
span { border-color: #AC581A; }
span { border-color: rgb(172,88,26); }
td.TdClassName
{
border-color: #AC581A;
}
.TagClassName
{
border-color: #AC581A;
}
</style>