Shades of Golden Brown #AD6811
Tints of Golden Brown #AD6811
RGB
CMYK
RGB Variations
Color information
#AD6811 (or 0xAD6811) is known color: Golden Brown. HEX triplet: AD, 68 and 11. RGB value is (173,104,17). Sum of RGB (Red+Green+Blue) = 173+104+17=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6811 is #5297EE. Grayscale: #737373. Windows color (decimal): -5412847 or 1140909. OLE color: 1140909.
HSL color Cylindrical-coordinate representation of color #AD6811: hue angle of 33.46º 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 #AD6811 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 17 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.32 |
| HSL | 33.46º | 0.82% | 0.37% | - |
| HSV(B) | 33.46º | 0.9% | 0.68% | - |
| XYZ | 22.29 | 18.83 | 2.99 | - |
| YUV | 114.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 17 | 0 | 0.40 | 0.90 | 0.32 | 33.46 | 0.82 | 0.37 |
| Hex | AD | 68 | 11 | 0 | 28 | 5A | 20 | 21 | 52 | 25 |
| Octal | 255 | 150 | 21 | 0 | 50 | 132 | 40 | 41 | 122 | 45 |
| Binary | 10101101 | 1101000 | 10001 | 0 | 101000 | 1011010 | 100000 | 100001 | 1010010 | 100101 |
Color Harmonies of #AD6811
Complementary color
Monochromatic Colors of #AD6811
Black with #AD6811
Text Example
Text Example
White with #AD6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6811; }
p { color: rgb(173,104,17); }
H1.HeaderClassName
{
color: #AD6811;
}
.AnyTagClassName
{
color: #AD6811;
}
</style>
background-color css
<style>
a { background-color: #AD6811; }
a { background-color: rgb(173,104,17); }
div.DivClassName
{
background-color: #AD6811;
}
.BgClassName
{
background-color: #AD6811;
}
</style>
border-color css
<style>
span { border-color: #AD6811; }
span { border-color: rgb(173,104,17); }
td.TdClassName
{
border-color: #AD6811;
}
.TagClassName
{
border-color: #AD6811;
}
</style>