Shades of Golden Brown #AD7111
Tints of Golden Brown #AD7111
RGB
CMYK
RGB Variations
Color information
#AD7111 (or 0xAD7111) is known color: Golden Brown. HEX triplet: AD, 71 and 11. RGB value is (173,113,17). Sum of RGB (Red+Green+Blue) = 173+113+17=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7111 is #528EEE. Grayscale: #787878. Windows color (decimal): -5410543 or 1143213. OLE color: 1143213.
HSL color Cylindrical-coordinate representation of color #AD7111: hue angle of 36.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7111 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 17 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.32 |
| HSL | 36.92º | 0.82% | 0.37% | - |
| HSV(B) | 36.92º | 0.9% | 0.68% | - |
| XYZ | 23.24 | 20.73 | 3.31 | - |
| YUV | 120 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 17 | 0 | 0.35 | 0.90 | 0.32 | 36.92 | 0.82 | 0.37 |
| Hex | AD | 71 | 11 | 0 | 23 | 5A | 20 | 25 | 52 | 25 |
| Octal | 255 | 161 | 21 | 0 | 43 | 132 | 40 | 45 | 122 | 45 |
| Binary | 10101101 | 1110001 | 10001 | 0 | 100011 | 1011010 | 100000 | 100101 | 1010010 | 100101 |
Color Harmonies of #AD7111
Complementary color
Monochromatic Colors of #AD7111
Black with #AD7111
Text Example
Text Example
White with #AD7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7111; }
p { color: rgb(173,113,17); }
H1.HeaderClassName
{
color: #AD7111;
}
.AnyTagClassName
{
color: #AD7111;
}
</style>
background-color css
<style>
a { background-color: #AD7111; }
a { background-color: rgb(173,113,17); }
div.DivClassName
{
background-color: #AD7111;
}
.BgClassName
{
background-color: #AD7111;
}
</style>
border-color css
<style>
span { border-color: #AD7111; }
span { border-color: rgb(173,113,17); }
td.TdClassName
{
border-color: #AD7111;
}
.TagClassName
{
border-color: #AD7111;
}
</style>