Shades of Golden Brown #AD700B
Tints of Golden Brown #AD700B
RGB
CMYK
RGB Variations
Color information
#AD700B (or 0xAD700B) is known color: Golden Brown. HEX triplet: AD, 70 and 0B. RGB value is (173,112,11). Sum of RGB (Red+Green+Blue) = 173+112+11=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD700B is #528FF4. Grayscale: #777777. Windows color (decimal): -5410805 or 749741. OLE color: 749741.
HSL color Cylindrical-coordinate representation of color #AD700B: hue angle of 37.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD700B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.32 |
| HSL | 37.41º | 0.88% | 0.36% | - |
| HSV(B) | 37.41º | 0.94% | 0.68% | - |
| XYZ | 23.09 | 20.5 | 3.06 | - |
| YUV | 118.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 11 | 0 | 0.35 | 0.94 | 0.32 | 37.41 | 0.88 | 0.36 |
| Hex | AD | 70 | B | 0 | 23 | 5E | 20 | 25 | 58 | 24 |
| Octal | 255 | 160 | 13 | 0 | 43 | 136 | 40 | 45 | 130 | 44 |
| Binary | 10101101 | 1110000 | 1011 | 0 | 100011 | 1011110 | 100000 | 100101 | 1011000 | 100100 |
Color Harmonies of #AD700B
Complementary color
Monochromatic Colors of #AD700B
Black with #AD700B
Text Example
Text Example
White with #AD700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD700B; }
p { color: rgb(173,112,11); }
H1.HeaderClassName
{
color: #AD700B;
}
.AnyTagClassName
{
color: #AD700B;
}
</style>
background-color css
<style>
a { background-color: #AD700B; }
a { background-color: rgb(173,112,11); }
div.DivClassName
{
background-color: #AD700B;
}
.BgClassName
{
background-color: #AD700B;
}
</style>
border-color css
<style>
span { border-color: #AD700B; }
span { border-color: rgb(173,112,11); }
td.TdClassName
{
border-color: #AD700B;
}
.TagClassName
{
border-color: #AD700B;
}
</style>