Shades of Golden Brown #AD6116
Tints of Golden Brown #AD6116
RGB
CMYK
RGB Variations
Color information
#AD6116 (or 0xAD6116) is known color: Golden Brown. HEX triplet: AD, 61 and 16. RGB value is (173,97,22). Sum of RGB (Red+Green+Blue) = 173+97+22=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6116 is #529EE9. Grayscale: #6F6F6F. Windows color (decimal): -5414634 or 1466797. OLE color: 1466797.
HSL color Cylindrical-coordinate representation of color #AD6116: hue angle of 29.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD6116 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 22 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.32 |
| HSL | 29.8º | 0.77% | 0.38% | - |
| HSV(B) | 29.8º | 0.87% | 0.68% | - |
| XYZ | 21.65 | 17.49 | 2.99 | - |
| YUV | 111.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 22 | 0 | 0.44 | 0.87 | 0.32 | 29.8 | 0.77 | 0.38 |
| Hex | AD | 61 | 16 | 0 | 2C | 57 | 20 | 1E | 4D | 26 |
| Octal | 255 | 141 | 26 | 0 | 54 | 127 | 40 | 36 | 115 | 46 |
| Binary | 10101101 | 1100001 | 10110 | 0 | 101100 | 1010111 | 100000 | 11110 | 1001101 | 100110 |
Color Harmonies of #AD6116
Complementary color
Monochromatic Colors of #AD6116
Black with #AD6116
Text Example
Text Example
White with #AD6116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6116; }
p { color: rgb(173,97,22); }
H1.HeaderClassName
{
color: #AD6116;
}
.AnyTagClassName
{
color: #AD6116;
}
</style>
background-color css
<style>
a { background-color: #AD6116; }
a { background-color: rgb(173,97,22); }
div.DivClassName
{
background-color: #AD6116;
}
.BgClassName
{
background-color: #AD6116;
}
</style>
border-color css
<style>
span { border-color: #AD6116; }
span { border-color: rgb(173,97,22); }
td.TdClassName
{
border-color: #AD6116;
}
.TagClassName
{
border-color: #AD6116;
}
</style>