Shades of Golden Brown #AC5900
Tints of Golden Brown #AC5900
RGB
CMYK
RGB Variations
Color information
#AC5900 (or 0xAC5900) is known color: Golden Brown. HEX triplet: AC, 59 and 00. RGB value is (172,89,0). Sum of RGB (Red+Green+Blue) = 172+89+0=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5900 is #53A6FF. Grayscale: #686868. Windows color (decimal): -5482240 or 22956. OLE color: 22956.
HSL color Cylindrical-coordinate representation of color #AC5900: hue angle of 31.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC5900 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.33 |
| HSL | 31.05º | 1% | 0.34% | - |
| HSV(B) | 31.05º | 1% | 0.67% | - |
| XYZ | 20.59 | 15.92 | 1.99 | - |
| YUV | 103.67 | 69.5 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 0 | 0 | 0.48 | 1 | 0.33 | 31.05 | 1 | 0.34 |
| Hex | AC | 59 | 0 | 0 | 30 | 64 | 21 | 1F | 64 | 22 |
| Octal | 254 | 131 | 0 | 0 | 60 | 144 | 41 | 37 | 144 | 42 |
| Binary | 10101100 | 1011001 | 0 | 0 | 110000 | 1100100 | 100001 | 11111 | 1100100 | 100010 |
Color Harmonies of #AC5900
Complementary color
Monochromatic Colors of #AC5900
Black with #AC5900
Text Example
Text Example
White with #AC5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5900; }
p { color: rgb(172,89,0); }
H1.HeaderClassName
{
color: #AC5900;
}
.AnyTagClassName
{
color: #AC5900;
}
</style>
background-color css
<style>
a { background-color: #AC5900; }
a { background-color: rgb(172,89,0); }
div.DivClassName
{
background-color: #AC5900;
}
.BgClassName
{
background-color: #AC5900;
}
</style>
border-color css
<style>
span { border-color: #AC5900; }
span { border-color: rgb(172,89,0); }
td.TdClassName
{
border-color: #AC5900;
}
.TagClassName
{
border-color: #AC5900;
}
</style>