Shades of Golden Brown #AD6E0A
Tints of Golden Brown #AD6E0A
RGB
CMYK
RGB Variations
Color information
#AD6E0A (or 0xAD6E0A) is known color: Golden Brown. HEX triplet: AD, 6E and 0A. RGB value is (173,110,10). Sum of RGB (Red+Green+Blue) = 173+110+10=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E0A is #5291F5. Grayscale: #757575. Windows color (decimal): -5411318 or 683693. OLE color: 683693.
HSL color Cylindrical-coordinate representation of color #AD6E0A: hue angle of 36.81º 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 #AD6E0A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.32 |
| HSL | 36.81º | 0.89% | 0.36% | - |
| HSV(B) | 36.81º | 0.94% | 0.68% | - |
| XYZ | 22.86 | 20.06 | 2.95 | - |
| YUV | 117.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 10 | 0 | 0.36 | 0.94 | 0.32 | 36.81 | 0.89 | 0.36 |
| Hex | AD | 6E | A | 0 | 24 | 5E | 20 | 25 | 59 | 24 |
| Octal | 255 | 156 | 12 | 0 | 44 | 136 | 40 | 45 | 131 | 44 |
| Binary | 10101101 | 1101110 | 1010 | 0 | 100100 | 1011110 | 100000 | 100101 | 1011001 | 100100 |
Color Harmonies of #AD6E0A
Complementary color
Monochromatic Colors of #AD6E0A
Black with #AD6E0A
Text Example
Text Example
White with #AD6E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E0A; }
p { color: rgb(173,110,10); }
H1.HeaderClassName
{
color: #AD6E0A;
}
.AnyTagClassName
{
color: #AD6E0A;
}
</style>
background-color css
<style>
a { background-color: #AD6E0A; }
a { background-color: rgb(173,110,10); }
div.DivClassName
{
background-color: #AD6E0A;
}
.BgClassName
{
background-color: #AD6E0A;
}
</style>
border-color css
<style>
span { border-color: #AD6E0A; }
span { border-color: rgb(173,110,10); }
td.TdClassName
{
border-color: #AD6E0A;
}
.TagClassName
{
border-color: #AD6E0A;
}
</style>