Shades of Golden Brown #AD6E16
Tints of Golden Brown #AD6E16
RGB
CMYK
RGB Variations
Color information
#AD6E16 (or 0xAD6E16) is known color: Golden Brown. HEX triplet: AD, 6E and 16. RGB value is (173,110,22). Sum of RGB (Red+Green+Blue) = 173+110+22=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E16 is #5291E9. Grayscale: #777777. Windows color (decimal): -5411306 or 1470125. OLE color: 1470125.
HSL color Cylindrical-coordinate representation of color #AD6E16: hue angle of 34.97º 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 #AD6E16 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 22 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.32 |
| HSL | 34.97º | 0.77% | 0.38% | - |
| HSV(B) | 34.97º | 0.87% | 0.68% | - |
| XYZ | 22.95 | 20.09 | 3.43 | - |
| YUV | 118.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 22 | 0 | 0.36 | 0.87 | 0.32 | 34.97 | 0.77 | 0.38 |
| Hex | AD | 6E | 16 | 0 | 24 | 57 | 20 | 23 | 4D | 26 |
| Octal | 255 | 156 | 26 | 0 | 44 | 127 | 40 | 43 | 115 | 46 |
| Binary | 10101101 | 1101110 | 10110 | 0 | 100100 | 1010111 | 100000 | 100011 | 1001101 | 100110 |
Color Harmonies of #AD6E16
Complementary color
Monochromatic Colors of #AD6E16
Black with #AD6E16
Text Example
Text Example
White with #AD6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E16; }
p { color: rgb(173,110,22); }
H1.HeaderClassName
{
color: #AD6E16;
}
.AnyTagClassName
{
color: #AD6E16;
}
</style>
background-color css
<style>
a { background-color: #AD6E16; }
a { background-color: rgb(173,110,22); }
div.DivClassName
{
background-color: #AD6E16;
}
.BgClassName
{
background-color: #AD6E16;
}
</style>
border-color css
<style>
span { border-color: #AD6E16; }
span { border-color: rgb(173,110,22); }
td.TdClassName
{
border-color: #AD6E16;
}
.TagClassName
{
border-color: #AD6E16;
}
</style>