Shades of Golden Brown #AD6C11
Tints of Golden Brown #AD6C11
RGB
CMYK
RGB Variations
Color information
#AD6C11 (or 0xAD6C11) is known color: Golden Brown. HEX triplet: AD, 6C and 11. RGB value is (173,108,17). Sum of RGB (Red+Green+Blue) = 173+108+17=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C11 is #5293EE. Grayscale: #757575. Windows color (decimal): -5411823 or 1141933. OLE color: 1141933.
HSL color Cylindrical-coordinate representation of color #AD6C11: hue angle of 35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD6C11 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 17 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.32 |
| HSL | 35º | 0.82% | 0.37% | - |
| HSV(B) | 35º | 0.9% | 0.68% | - |
| XYZ | 22.7 | 19.65 | 3.13 | - |
| YUV | 117.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 17 | 0 | 0.38 | 0.90 | 0.32 | 35 | 0.82 | 0.37 |
| Hex | AD | 6C | 11 | 0 | 26 | 5A | 20 | 23 | 52 | 25 |
| Octal | 255 | 154 | 21 | 0 | 46 | 132 | 40 | 43 | 122 | 45 |
| Binary | 10101101 | 1101100 | 10001 | 0 | 100110 | 1011010 | 100000 | 100011 | 1010010 | 100101 |
Color Harmonies of #AD6C11
Complementary color
Monochromatic Colors of #AD6C11
Black with #AD6C11
Text Example
Text Example
White with #AD6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C11; }
p { color: rgb(173,108,17); }
H1.HeaderClassName
{
color: #AD6C11;
}
.AnyTagClassName
{
color: #AD6C11;
}
</style>
background-color css
<style>
a { background-color: #AD6C11; }
a { background-color: rgb(173,108,17); }
div.DivClassName
{
background-color: #AD6C11;
}
.BgClassName
{
background-color: #AD6C11;
}
</style>
border-color css
<style>
span { border-color: #AD6C11; }
span { border-color: rgb(173,108,17); }
td.TdClassName
{
border-color: #AD6C11;
}
.TagClassName
{
border-color: #AD6C11;
}
</style>