Shades of Golden Brown #AD6F0B
Tints of Golden Brown #AD6F0B
RGB
CMYK
RGB Variations
Color information
#AD6F0B (or 0xAD6F0B) is known color: Golden Brown. HEX triplet: AD, 6F and 0B. RGB value is (173,111,11). Sum of RGB (Red+Green+Blue) = 173+111+11=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F0B is #5290F4. Grayscale: #767676. Windows color (decimal): -5411061 or 749485. OLE color: 749485.
HSL color Cylindrical-coordinate representation of color #AD6F0B: hue angle of 37.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD6F0B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.32 |
| HSL | 37.04º | 0.88% | 0.36% | - |
| HSV(B) | 37.04º | 0.94% | 0.68% | - |
| XYZ | 22.98 | 20.28 | 3.02 | - |
| YUV | 118.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 11 | 0 | 0.36 | 0.94 | 0.32 | 37.04 | 0.88 | 0.36 |
| Hex | AD | 6F | B | 0 | 24 | 5E | 20 | 25 | 58 | 24 |
| Octal | 255 | 157 | 13 | 0 | 44 | 136 | 40 | 45 | 130 | 44 |
| Binary | 10101101 | 1101111 | 1011 | 0 | 100100 | 1011110 | 100000 | 100101 | 1011000 | 100100 |
Color Harmonies of #AD6F0B
Complementary color
Monochromatic Colors of #AD6F0B
Black with #AD6F0B
Text Example
Text Example
White with #AD6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F0B; }
p { color: rgb(173,111,11); }
H1.HeaderClassName
{
color: #AD6F0B;
}
.AnyTagClassName
{
color: #AD6F0B;
}
</style>
background-color css
<style>
a { background-color: #AD6F0B; }
a { background-color: rgb(173,111,11); }
div.DivClassName
{
background-color: #AD6F0B;
}
.BgClassName
{
background-color: #AD6F0B;
}
</style>
border-color css
<style>
span { border-color: #AD6F0B; }
span { border-color: rgb(173,111,11); }
td.TdClassName
{
border-color: #AD6F0B;
}
.TagClassName
{
border-color: #AD6F0B;
}
</style>