Shades of Golden Brown #AD700D
Tints of Golden Brown #AD700D
RGB
CMYK
RGB Variations
Color information
#AD700D (or 0xAD700D) is known color: Golden Brown. HEX triplet: AD, 70 and 0D. RGB value is (173,112,13). Sum of RGB (Red+Green+Blue) = 173+112+13=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD700D is #528FF2. Grayscale: #777777. Windows color (decimal): -5410803 or 880813. OLE color: 880813.
HSL color Cylindrical-coordinate representation of color #AD700D: hue angle of 37.12º 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 #AD700D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 13 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.32 |
| HSL | 37.13º | 0.86% | 0.36% | - |
| HSV(B) | 37.13º | 0.92% | 0.68% | - |
| XYZ | 23.1 | 20.5 | 3.12 | - |
| YUV | 118.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 13 | 0 | 0.35 | 0.92 | 0.32 | 37.13 | 0.86 | 0.36 |
| Hex | AD | 70 | D | 0 | 23 | 5C | 20 | 25 | 56 | 24 |
| Octal | 255 | 160 | 15 | 0 | 43 | 134 | 40 | 45 | 126 | 44 |
| Binary | 10101101 | 1110000 | 1101 | 0 | 100011 | 1011100 | 100000 | 100101 | 1010110 | 100100 |
Color Harmonies of #AD700D
Complementary color
Monochromatic Colors of #AD700D
Black with #AD700D
Text Example
Text Example
White with #AD700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD700D; }
p { color: rgb(173,112,13); }
H1.HeaderClassName
{
color: #AD700D;
}
.AnyTagClassName
{
color: #AD700D;
}
</style>
background-color css
<style>
a { background-color: #AD700D; }
a { background-color: rgb(173,112,13); }
div.DivClassName
{
background-color: #AD700D;
}
.BgClassName
{
background-color: #AD700D;
}
</style>
border-color css
<style>
span { border-color: #AD700D; }
span { border-color: rgb(173,112,13); }
td.TdClassName
{
border-color: #AD700D;
}
.TagClassName
{
border-color: #AD700D;
}
</style>