Shades of Golden Brown #AD6E14
Tints of Golden Brown #AD6E14
RGB
CMYK
RGB Variations
Color information
#AD6E14 (or 0xAD6E14) is known color: Golden Brown. HEX triplet: AD, 6E and 14. RGB value is (173,110,20). Sum of RGB (Red+Green+Blue) = 173+110+20=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E14 is #5291EB. Grayscale: #767676. Windows color (decimal): -5411308 or 1339053. OLE color: 1339053.
HSL color Cylindrical-coordinate representation of color #AD6E14: hue angle of 35.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD6E14 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 20 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.32 |
| HSL | 35.29º | 0.79% | 0.38% | - |
| HSV(B) | 35.29º | 0.88% | 0.68% | - |
| XYZ | 22.94 | 20.09 | 3.33 | - |
| YUV | 118.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 20 | 0 | 0.36 | 0.88 | 0.32 | 35.29 | 0.79 | 0.38 |
| Hex | AD | 6E | 14 | 0 | 24 | 58 | 20 | 23 | 4F | 26 |
| Octal | 255 | 156 | 24 | 0 | 44 | 130 | 40 | 43 | 117 | 46 |
| Binary | 10101101 | 1101110 | 10100 | 0 | 100100 | 1011000 | 100000 | 100011 | 1001111 | 100110 |
Color Harmonies of #AD6E14
Complementary color
Monochromatic Colors of #AD6E14
Black with #AD6E14
Text Example
Text Example
White with #AD6E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E14; }
p { color: rgb(173,110,20); }
H1.HeaderClassName
{
color: #AD6E14;
}
.AnyTagClassName
{
color: #AD6E14;
}
</style>
background-color css
<style>
a { background-color: #AD6E14; }
a { background-color: rgb(173,110,20); }
div.DivClassName
{
background-color: #AD6E14;
}
.BgClassName
{
background-color: #AD6E14;
}
</style>
border-color css
<style>
span { border-color: #AD6E14; }
span { border-color: rgb(173,110,20); }
td.TdClassName
{
border-color: #AD6E14;
}
.TagClassName
{
border-color: #AD6E14;
}
</style>