Shades of Rich Gold #AC581C
Tints of Rich Gold #AC581C
RGB
CMYK
RGB Variations
Color information
#AC581C (or 0xAC581C) is known color: Rich Gold. HEX triplet: AC, 58 and 1C. RGB value is (172,88,28). Sum of RGB (Red+Green+Blue) = 172+88+28=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC581C is #53A7E3. Grayscale: #6A6A6A. Windows color (decimal): -5482468 or 1857708. OLE color: 1857708.
HSL color Cylindrical-coordinate representation of color #AC581C: hue angle of 25º 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 #AC581C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 28 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.33 |
| HSL | 25º | 0.72% | 0.39% | - |
| HSV(B) | 25º | 0.84% | 0.67% | - |
| XYZ | 20.71 | 15.83 | 3.06 | - |
| YUV | 106.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 28 | 0 | 0.49 | 0.84 | 0.33 | 25 | 0.72 | 0.39 |
| Hex | AC | 58 | 1C | 0 | 31 | 54 | 21 | 19 | 48 | 27 |
| Octal | 254 | 130 | 34 | 0 | 61 | 124 | 41 | 31 | 110 | 47 |
| Binary | 10101100 | 1011000 | 11100 | 0 | 110001 | 1010100 | 100001 | 11001 | 1001000 | 100111 |
Color Harmonies of #AC581C
Complementary color
Monochromatic Colors of #AC581C
Black with #AC581C
Text Example
Text Example
White with #AC581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC581C; }
p { color: rgb(172,88,28); }
H1.HeaderClassName
{
color: #AC581C;
}
.AnyTagClassName
{
color: #AC581C;
}
</style>
background-color css
<style>
a { background-color: #AC581C; }
a { background-color: rgb(172,88,28); }
div.DivClassName
{
background-color: #AC581C;
}
.BgClassName
{
background-color: #AC581C;
}
</style>
border-color css
<style>
span { border-color: #AC581C; }
span { border-color: rgb(172,88,28); }
td.TdClassName
{
border-color: #AC581C;
}
.TagClassName
{
border-color: #AC581C;
}
</style>