Shades of Golden Brown #AD710D
Tints of Golden Brown #AD710D
RGB
CMYK
RGB Variations
Color information
#AD710D (or 0xAD710D) is known color: Golden Brown. HEX triplet: AD, 71 and 0D. RGB value is (173,113,13). Sum of RGB (Red+Green+Blue) = 173+113+13=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD710D is #528EF2. Grayscale: #787878. Windows color (decimal): -5410547 or 881069. OLE color: 881069.
HSL color Cylindrical-coordinate representation of color #AD710D: hue angle of 37.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD710D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 13 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.32 |
| HSL | 37.5º | 0.86% | 0.36% | - |
| HSV(B) | 37.5º | 0.92% | 0.68% | - |
| XYZ | 23.21 | 20.72 | 3.16 | - |
| YUV | 119.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 13 | 0 | 0.35 | 0.92 | 0.32 | 37.5 | 0.86 | 0.36 |
| Hex | AD | 71 | D | 0 | 23 | 5C | 20 | 26 | 56 | 24 |
| Octal | 255 | 161 | 15 | 0 | 43 | 134 | 40 | 46 | 126 | 44 |
| Binary | 10101101 | 1110001 | 1101 | 0 | 100011 | 1011100 | 100000 | 100110 | 1010110 | 100100 |
Color Harmonies of #AD710D
Complementary color
Monochromatic Colors of #AD710D
Black with #AD710D
Text Example
Text Example
White with #AD710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD710D; }
p { color: rgb(173,113,13); }
H1.HeaderClassName
{
color: #AD710D;
}
.AnyTagClassName
{
color: #AD710D;
}
</style>
background-color css
<style>
a { background-color: #AD710D; }
a { background-color: rgb(173,113,13); }
div.DivClassName
{
background-color: #AD710D;
}
.BgClassName
{
background-color: #AD710D;
}
</style>
border-color css
<style>
span { border-color: #AD710D; }
span { border-color: rgb(173,113,13); }
td.TdClassName
{
border-color: #AD710D;
}
.TagClassName
{
border-color: #AD710D;
}
</style>