Shades of Golden Brown #AD6413
Tints of Golden Brown #AD6413
RGB
CMYK
RGB Variations
Color information
#AD6413 (or 0xAD6413) is known color: Golden Brown. HEX triplet: AD, 64 and 13. RGB value is (173,100,19). Sum of RGB (Red+Green+Blue) = 173+100+19=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6413 is #529BEC. Grayscale: #707070. Windows color (decimal): -5413869 or 1270957. OLE color: 1270957.
HSL color Cylindrical-coordinate representation of color #AD6413: hue angle of 31.56º 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 #AD6413 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.32 |
| HSL | 31.56º | 0.8% | 0.38% | - |
| HSV(B) | 31.56º | 0.89% | 0.68% | - |
| XYZ | 21.91 | 18.05 | 2.94 | - |
| YUV | 112.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 19 | 0 | 0.42 | 0.89 | 0.32 | 31.56 | 0.8 | 0.38 |
| Hex | AD | 64 | 13 | 0 | 2A | 59 | 20 | 20 | 50 | 26 |
| Octal | 255 | 144 | 23 | 0 | 52 | 131 | 40 | 40 | 120 | 46 |
| Binary | 10101101 | 1100100 | 10011 | 0 | 101010 | 1011001 | 100000 | 100000 | 1010000 | 100110 |
Color Harmonies of #AD6413
Complementary color
Monochromatic Colors of #AD6413
Black with #AD6413
Text Example
Text Example
White with #AD6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6413; }
p { color: rgb(173,100,19); }
H1.HeaderClassName
{
color: #AD6413;
}
.AnyTagClassName
{
color: #AD6413;
}
</style>
background-color css
<style>
a { background-color: #AD6413; }
a { background-color: rgb(173,100,19); }
div.DivClassName
{
background-color: #AD6413;
}
.BgClassName
{
background-color: #AD6413;
}
</style>
border-color css
<style>
span { border-color: #AD6413; }
span { border-color: rgb(173,100,19); }
td.TdClassName
{
border-color: #AD6413;
}
.TagClassName
{
border-color: #AD6413;
}
</style>