Shades of Golden Brown #AD7110
Tints of Golden Brown #AD7110
RGB
CMYK
RGB Variations
Color information
#AD7110 (or 0xAD7110) is known color: Golden Brown. HEX triplet: AD, 71 and 10. RGB value is (173,113,16). Sum of RGB (Red+Green+Blue) = 173+113+16=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7110 is #528EEF. Grayscale: #787878. Windows color (decimal): -5410544 or 1077677. OLE color: 1077677.
HSL color Cylindrical-coordinate representation of color #AD7110: hue angle of 37.07º 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 #AD7110 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 16 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.32 |
| HSL | 37.07º | 0.83% | 0.37% | - |
| HSV(B) | 37.07º | 0.91% | 0.68% | - |
| XYZ | 23.23 | 20.73 | 3.27 | - |
| YUV | 119.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 16 | 0 | 0.35 | 0.91 | 0.32 | 37.07 | 0.83 | 0.37 |
| Hex | AD | 71 | 10 | 0 | 23 | 5B | 20 | 25 | 53 | 25 |
| Octal | 255 | 161 | 20 | 0 | 43 | 133 | 40 | 45 | 123 | 45 |
| Binary | 10101101 | 1110001 | 10000 | 0 | 100011 | 1011011 | 100000 | 100101 | 1010011 | 100101 |
Color Harmonies of #AD7110
Complementary color
Monochromatic Colors of #AD7110
Black with #AD7110
Text Example
Text Example
White with #AD7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7110; }
p { color: rgb(173,113,16); }
H1.HeaderClassName
{
color: #AD7110;
}
.AnyTagClassName
{
color: #AD7110;
}
</style>
background-color css
<style>
a { background-color: #AD7110; }
a { background-color: rgb(173,113,16); }
div.DivClassName
{
background-color: #AD7110;
}
.BgClassName
{
background-color: #AD7110;
}
</style>
border-color css
<style>
span { border-color: #AD7110; }
span { border-color: rgb(173,113,16); }
td.TdClassName
{
border-color: #AD7110;
}
.TagClassName
{
border-color: #AD7110;
}
</style>