Shades of Golden Brown #AD6F0A
Tints of Golden Brown #AD6F0A
RGB
CMYK
RGB Variations
Color information
#AD6F0A (or 0xAD6F0A) is known color: Golden Brown. HEX triplet: AD, 6F and 0A. RGB value is (173,111,10). Sum of RGB (Red+Green+Blue) = 173+111+10=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F0A is #5290F5. Grayscale: #767676. Windows color (decimal): -5411062 or 683949. OLE color: 683949.
HSL color Cylindrical-coordinate representation of color #AD6F0A: hue angle of 37.18º degrees, saturation: 0.89, 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 #AD6F0A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.32 |
| HSL | 37.18º | 0.89% | 0.36% | - |
| HSV(B) | 37.18º | 0.94% | 0.68% | - |
| XYZ | 22.97 | 20.28 | 2.99 | - |
| YUV | 118.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 10 | 0 | 0.36 | 0.94 | 0.32 | 37.18 | 0.89 | 0.36 |
| Hex | AD | 6F | A | 0 | 24 | 5E | 20 | 25 | 59 | 24 |
| Octal | 255 | 157 | 12 | 0 | 44 | 136 | 40 | 45 | 131 | 44 |
| Binary | 10101101 | 1101111 | 1010 | 0 | 100100 | 1011110 | 100000 | 100101 | 1011001 | 100100 |
Color Harmonies of #AD6F0A
Complementary color
Monochromatic Colors of #AD6F0A
Black with #AD6F0A
Text Example
Text Example
White with #AD6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F0A; }
p { color: rgb(173,111,10); }
H1.HeaderClassName
{
color: #AD6F0A;
}
.AnyTagClassName
{
color: #AD6F0A;
}
</style>
background-color css
<style>
a { background-color: #AD6F0A; }
a { background-color: rgb(173,111,10); }
div.DivClassName
{
background-color: #AD6F0A;
}
.BgClassName
{
background-color: #AD6F0A;
}
</style>
border-color css
<style>
span { border-color: #AD6F0A; }
span { border-color: rgb(173,111,10); }
td.TdClassName
{
border-color: #AD6F0A;
}
.TagClassName
{
border-color: #AD6F0A;
}
</style>