Shades of Golden Brown #AC5D16
Tints of Golden Brown #AC5D16
RGB
CMYK
RGB Variations
Color information
#AC5D16 (or 0xAC5D16) is known color: Golden Brown. HEX triplet: AC, 5D and 16. RGB value is (172,93,22). Sum of RGB (Red+Green+Blue) = 172+93+22=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D16 is #53A2E9. Grayscale: #6C6C6C. Windows color (decimal): -5481194 or 1465772. OLE color: 1465772.
HSL color Cylindrical-coordinate representation of color #AC5D16: hue angle of 28.4º 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 #AC5D16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.33 |
| HSL | 28.4º | 0.77% | 0.38% | - |
| HSV(B) | 28.4º | 0.87% | 0.67% | - |
| XYZ | 21.07 | 16.66 | 2.86 | - |
| YUV | 108.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 22 | 0 | 0.46 | 0.87 | 0.33 | 28.4 | 0.77 | 0.38 |
| Hex | AC | 5D | 16 | 0 | 2E | 57 | 21 | 1C | 4D | 26 |
| Octal | 254 | 135 | 26 | 0 | 56 | 127 | 41 | 34 | 115 | 46 |
| Binary | 10101100 | 1011101 | 10110 | 0 | 101110 | 1010111 | 100001 | 11100 | 1001101 | 100110 |
Color Harmonies of #AC5D16
Complementary color
Monochromatic Colors of #AC5D16
Black with #AC5D16
Text Example
Text Example
White with #AC5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D16; }
p { color: rgb(172,93,22); }
H1.HeaderClassName
{
color: #AC5D16;
}
.AnyTagClassName
{
color: #AC5D16;
}
</style>
background-color css
<style>
a { background-color: #AC5D16; }
a { background-color: rgb(172,93,22); }
div.DivClassName
{
background-color: #AC5D16;
}
.BgClassName
{
background-color: #AC5D16;
}
</style>
border-color css
<style>
span { border-color: #AC5D16; }
span { border-color: rgb(172,93,22); }
td.TdClassName
{
border-color: #AC5D16;
}
.TagClassName
{
border-color: #AC5D16;
}
</style>