Shades of Golden Brown #AD7010
Tints of Golden Brown #AD7010
RGB
CMYK
RGB Variations
Color information
#AD7010 (or 0xAD7010) is known color: Golden Brown. HEX triplet: AD, 70 and 10. RGB value is (173,112,16). Sum of RGB (Red+Green+Blue) = 173+112+16=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7010 is #528FEF. Grayscale: #777777. Windows color (decimal): -5410800 or 1077421. OLE color: 1077421.
HSL color Cylindrical-coordinate representation of color #AD7010: hue angle of 36.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD7010 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 16 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.32 |
| HSL | 36.69º | 0.83% | 0.37% | - |
| HSV(B) | 36.69º | 0.91% | 0.68% | - |
| XYZ | 23.12 | 20.51 | 3.23 | - |
| YUV | 119.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 16 | 0 | 0.35 | 0.91 | 0.32 | 36.69 | 0.83 | 0.37 |
| Hex | AD | 70 | 10 | 0 | 23 | 5B | 20 | 25 | 53 | 25 |
| Octal | 255 | 160 | 20 | 0 | 43 | 133 | 40 | 45 | 123 | 45 |
| Binary | 10101101 | 1110000 | 10000 | 0 | 100011 | 1011011 | 100000 | 100101 | 1010011 | 100101 |
Color Harmonies of #AD7010
Complementary color
Monochromatic Colors of #AD7010
Black with #AD7010
Text Example
Text Example
White with #AD7010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7010; }
p { color: rgb(173,112,16); }
H1.HeaderClassName
{
color: #AD7010;
}
.AnyTagClassName
{
color: #AD7010;
}
</style>
background-color css
<style>
a { background-color: #AD7010; }
a { background-color: rgb(173,112,16); }
div.DivClassName
{
background-color: #AD7010;
}
.BgClassName
{
background-color: #AD7010;
}
</style>
border-color css
<style>
span { border-color: #AD7010; }
span { border-color: rgb(173,112,16); }
td.TdClassName
{
border-color: #AD7010;
}
.TagClassName
{
border-color: #AD7010;
}
</style>