Shades of Golden Brown #AD6D0E
Tints of Golden Brown #AD6D0E
RGB
CMYK
RGB Variations
Color information
#AD6D0E (or 0xAD6D0E) is known color: Golden Brown. HEX triplet: AD, 6D and 0E. RGB value is (173,109,14). Sum of RGB (Red+Green+Blue) = 173+109+14=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D0E is #5292F1. Grayscale: #757575. Windows color (decimal): -5411570 or 945581. OLE color: 945581.
HSL color Cylindrical-coordinate representation of color #AD6D0E: hue angle of 35.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD6D0E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 14 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.32 |
| HSL | 35.85º | 0.85% | 0.37% | - |
| HSV(B) | 35.85º | 0.92% | 0.68% | - |
| XYZ | 22.78 | 19.85 | 3.05 | - |
| YUV | 117.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 14 | 0 | 0.37 | 0.92 | 0.32 | 35.85 | 0.85 | 0.37 |
| Hex | AD | 6D | E | 0 | 25 | 5C | 20 | 24 | 55 | 25 |
| Octal | 255 | 155 | 16 | 0 | 45 | 134 | 40 | 44 | 125 | 45 |
| Binary | 10101101 | 1101101 | 1110 | 0 | 100101 | 1011100 | 100000 | 100100 | 1010101 | 100101 |
Color Harmonies of #AD6D0E
Complementary color
Monochromatic Colors of #AD6D0E
Black with #AD6D0E
Text Example
Text Example
White with #AD6D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D0E; }
p { color: rgb(173,109,14); }
H1.HeaderClassName
{
color: #AD6D0E;
}
.AnyTagClassName
{
color: #AD6D0E;
}
</style>
background-color css
<style>
a { background-color: #AD6D0E; }
a { background-color: rgb(173,109,14); }
div.DivClassName
{
background-color: #AD6D0E;
}
.BgClassName
{
background-color: #AD6D0E;
}
</style>
border-color css
<style>
span { border-color: #AD6D0E; }
span { border-color: rgb(173,109,14); }
td.TdClassName
{
border-color: #AD6D0E;
}
.TagClassName
{
border-color: #AD6D0E;
}
</style>