Shades of Golden Brown #AC580A
Tints of Golden Brown #AC580A
RGB
CMYK
RGB Variations
Color information
#AC580A (or 0xAC580A) is known color: Golden Brown. HEX triplet: AC, 58 and 0A. RGB value is (172,88,10). Sum of RGB (Red+Green+Blue) = 172+88+10=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC580A is #53A7F5. Grayscale: #686868. Windows color (decimal): -5482486 or 678060. OLE color: 678060.
HSL color Cylindrical-coordinate representation of color #AC580A: hue angle of 28.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC580A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.33 |
| HSL | 28.89º | 0.89% | 0.36% | - |
| HSV(B) | 28.89º | 0.94% | 0.67% | - |
| XYZ | 20.56 | 15.77 | 2.25 | - |
| YUV | 104.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 10 | 0 | 0.49 | 0.94 | 0.33 | 28.89 | 0.89 | 0.36 |
| Hex | AC | 58 | A | 0 | 31 | 5E | 21 | 1D | 59 | 24 |
| Octal | 254 | 130 | 12 | 0 | 61 | 136 | 41 | 35 | 131 | 44 |
| Binary | 10101100 | 1011000 | 1010 | 0 | 110001 | 1011110 | 100001 | 11101 | 1011001 | 100100 |
Color Harmonies of #AC580A
Complementary color
Monochromatic Colors of #AC580A
Black with #AC580A
Text Example
Text Example
White with #AC580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC580A; }
p { color: rgb(172,88,10); }
H1.HeaderClassName
{
color: #AC580A;
}
.AnyTagClassName
{
color: #AC580A;
}
</style>
background-color css
<style>
a { background-color: #AC580A; }
a { background-color: rgb(172,88,10); }
div.DivClassName
{
background-color: #AC580A;
}
.BgClassName
{
background-color: #AC580A;
}
</style>
border-color css
<style>
span { border-color: #AC580A; }
span { border-color: rgb(172,88,10); }
td.TdClassName
{
border-color: #AC580A;
}
.TagClassName
{
border-color: #AC580A;
}
</style>