Shades of Rich Gold #AC591C
Tints of Rich Gold #AC591C
RGB
CMYK
RGB Variations
Color information
#AC591C (or 0xAC591C) is known color: Rich Gold. HEX triplet: AC, 59 and 1C. RGB value is (172,89,28). Sum of RGB (Red+Green+Blue) = 172+89+28=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC591C is #53A6E3. Grayscale: #6B6B6B. Windows color (decimal): -5482212 or 1857964. OLE color: 1857964.
HSL color Cylindrical-coordinate representation of color #AC591C: hue angle of 25.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC591C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 28 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.33 |
| HSL | 25.42º | 0.72% | 0.39% | - |
| HSV(B) | 25.42º | 0.84% | 0.67% | - |
| XYZ | 20.8 | 16 | 3.09 | - |
| YUV | 106.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 28 | 0 | 0.48 | 0.84 | 0.33 | 25.42 | 0.72 | 0.39 |
| Hex | AC | 59 | 1C | 0 | 30 | 54 | 21 | 19 | 48 | 27 |
| Octal | 254 | 131 | 34 | 0 | 60 | 124 | 41 | 31 | 110 | 47 |
| Binary | 10101100 | 1011001 | 11100 | 0 | 110000 | 1010100 | 100001 | 11001 | 1001000 | 100111 |
Color Harmonies of #AC591C
Complementary color
Monochromatic Colors of #AC591C
Black with #AC591C
Text Example
Text Example
White with #AC591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC591C; }
p { color: rgb(172,89,28); }
H1.HeaderClassName
{
color: #AC591C;
}
.AnyTagClassName
{
color: #AC591C;
}
</style>
background-color css
<style>
a { background-color: #AC591C; }
a { background-color: rgb(172,89,28); }
div.DivClassName
{
background-color: #AC591C;
}
.BgClassName
{
background-color: #AC591C;
}
</style>
border-color css
<style>
span { border-color: #AC591C; }
span { border-color: rgb(172,89,28); }
td.TdClassName
{
border-color: #AC591C;
}
.TagClassName
{
border-color: #AC591C;
}
</style>