Shades of Golden Brown #AC5E16
Tints of Golden Brown #AC5E16
RGB
CMYK
RGB Variations
Color information
#AC5E16 (or 0xAC5E16) is known color: Golden Brown. HEX triplet: AC, 5E and 16. RGB value is (172,94,22). Sum of RGB (Red+Green+Blue) = 172+94+22=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E16 is #53A1E9. Grayscale: #6D6D6D. Windows color (decimal): -5480938 or 1466028. OLE color: 1466028.
HSL color Cylindrical-coordinate representation of color #AC5E16: hue angle of 28.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5E16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 22 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.33 |
| HSL | 28.8º | 0.77% | 0.38% | - |
| HSV(B) | 28.8º | 0.87% | 0.67% | - |
| XYZ | 21.16 | 16.83 | 2.89 | - |
| YUV | 109.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 22 | 0 | 0.45 | 0.87 | 0.33 | 28.8 | 0.77 | 0.38 |
| Hex | AC | 5E | 16 | 0 | 2D | 57 | 21 | 1D | 4D | 26 |
| Octal | 254 | 136 | 26 | 0 | 55 | 127 | 41 | 35 | 115 | 46 |
| Binary | 10101100 | 1011110 | 10110 | 0 | 101101 | 1010111 | 100001 | 11101 | 1001101 | 100110 |
Color Harmonies of #AC5E16
Complementary color
Monochromatic Colors of #AC5E16
Black with #AC5E16
Text Example
Text Example
White with #AC5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E16; }
p { color: rgb(172,94,22); }
H1.HeaderClassName
{
color: #AC5E16;
}
.AnyTagClassName
{
color: #AC5E16;
}
</style>
background-color css
<style>
a { background-color: #AC5E16; }
a { background-color: rgb(172,94,22); }
div.DivClassName
{
background-color: #AC5E16;
}
.BgClassName
{
background-color: #AC5E16;
}
</style>
border-color css
<style>
span { border-color: #AC5E16; }
span { border-color: rgb(172,94,22); }
td.TdClassName
{
border-color: #AC5E16;
}
.TagClassName
{
border-color: #AC5E16;
}
</style>