Shades of Golden Brown #AD6E13
Tints of Golden Brown #AD6E13
RGB
CMYK
RGB Variations
Color information
#AD6E13 (or 0xAD6E13) is known color: Golden Brown. HEX triplet: AD, 6E and 13. RGB value is (173,110,19). Sum of RGB (Red+Green+Blue) = 173+110+19=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E13 is #5291EC. Grayscale: #767676. Windows color (decimal): -5411309 or 1273517. OLE color: 1273517.
HSL color Cylindrical-coordinate representation of color #AD6E13: hue angle of 35.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD6E13 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 19 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.32 |
| HSL | 35.45º | 0.8% | 0.38% | - |
| HSV(B) | 35.45º | 0.89% | 0.68% | - |
| XYZ | 22.93 | 20.08 | 3.28 | - |
| YUV | 118.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 19 | 0 | 0.36 | 0.89 | 0.32 | 35.45 | 0.8 | 0.38 |
| Hex | AD | 6E | 13 | 0 | 24 | 59 | 20 | 23 | 50 | 26 |
| Octal | 255 | 156 | 23 | 0 | 44 | 131 | 40 | 43 | 120 | 46 |
| Binary | 10101101 | 1101110 | 10011 | 0 | 100100 | 1011001 | 100000 | 100011 | 1010000 | 100110 |
Color Harmonies of #AD6E13
Complementary color
Monochromatic Colors of #AD6E13
Black with #AD6E13
Text Example
Text Example
White with #AD6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E13; }
p { color: rgb(173,110,19); }
H1.HeaderClassName
{
color: #AD6E13;
}
.AnyTagClassName
{
color: #AD6E13;
}
</style>
background-color css
<style>
a { background-color: #AD6E13; }
a { background-color: rgb(173,110,19); }
div.DivClassName
{
background-color: #AD6E13;
}
.BgClassName
{
background-color: #AD6E13;
}
</style>
border-color css
<style>
span { border-color: #AD6E13; }
span { border-color: rgb(173,110,19); }
td.TdClassName
{
border-color: #AD6E13;
}
.TagClassName
{
border-color: #AD6E13;
}
</style>