Shades of Rich Gold #AC591A
Tints of Rich Gold #AC591A
RGB
CMYK
RGB Variations
Color information
#AC591A (or 0xAC591A) is known color: Rich Gold. HEX triplet: AC, 59 and 1A. RGB value is (172,89,26). Sum of RGB (Red+Green+Blue) = 172+89+26=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC591A is #53A6E5. Grayscale: #6A6A6A. Windows color (decimal): -5482214 or 1726892. OLE color: 1726892.
HSL color Cylindrical-coordinate representation of color #AC591A: hue angle of 25.89º 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 #AC591A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 26 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.33 |
| HSL | 25.89º | 0.74% | 0.39% | - |
| HSV(B) | 25.89º | 0.85% | 0.67% | - |
| XYZ | 20.77 | 15.99 | 2.97 | - |
| YUV | 106.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 26 | 0 | 0.48 | 0.85 | 0.33 | 25.89 | 0.74 | 0.39 |
| Hex | AC | 59 | 1A | 0 | 30 | 55 | 21 | 1A | 4A | 27 |
| Octal | 254 | 131 | 32 | 0 | 60 | 125 | 41 | 32 | 112 | 47 |
| Binary | 10101100 | 1011001 | 11010 | 0 | 110000 | 1010101 | 100001 | 11010 | 1001010 | 100111 |
Color Harmonies of #AC591A
Complementary color
Monochromatic Colors of #AC591A
Black with #AC591A
Text Example
Text Example
White with #AC591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC591A; }
p { color: rgb(172,89,26); }
H1.HeaderClassName
{
color: #AC591A;
}
.AnyTagClassName
{
color: #AC591A;
}
</style>
background-color css
<style>
a { background-color: #AC591A; }
a { background-color: rgb(172,89,26); }
div.DivClassName
{
background-color: #AC591A;
}
.BgClassName
{
background-color: #AC591A;
}
</style>
border-color css
<style>
span { border-color: #AC591A; }
span { border-color: rgb(172,89,26); }
td.TdClassName
{
border-color: #AC591A;
}
.TagClassName
{
border-color: #AC591A;
}
</style>