Shades of Golden Brown #AD6111
Tints of Golden Brown #AD6111
RGB
CMYK
RGB Variations
Color information
#AD6111 (or 0xAD6111) is known color: Golden Brown. HEX triplet: AD, 61 and 11. RGB value is (173,97,17). Sum of RGB (Red+Green+Blue) = 173+97+17=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6111 is #529EEE. Grayscale: #6F6F6F. Windows color (decimal): -5414639 or 1139117. OLE color: 1139117.
HSL color Cylindrical-coordinate representation of color #AD6111: hue angle of 30.77º 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 #AD6111 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 17 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.32 |
| HSL | 30.77º | 0.82% | 0.37% | - |
| HSV(B) | 30.77º | 0.9% | 0.68% | - |
| XYZ | 21.61 | 17.47 | 2.76 | - |
| YUV | 110.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 17 | 0 | 0.44 | 0.90 | 0.32 | 30.77 | 0.82 | 0.37 |
| Hex | AD | 61 | 11 | 0 | 2C | 5A | 20 | 1F | 52 | 25 |
| Octal | 255 | 141 | 21 | 0 | 54 | 132 | 40 | 37 | 122 | 45 |
| Binary | 10101101 | 1100001 | 10001 | 0 | 101100 | 1011010 | 100000 | 11111 | 1010010 | 100101 |
Color Harmonies of #AD6111
Complementary color
Monochromatic Colors of #AD6111
Black with #AD6111
Text Example
Text Example
White with #AD6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6111; }
p { color: rgb(173,97,17); }
H1.HeaderClassName
{
color: #AD6111;
}
.AnyTagClassName
{
color: #AD6111;
}
</style>
background-color css
<style>
a { background-color: #AD6111; }
a { background-color: rgb(173,97,17); }
div.DivClassName
{
background-color: #AD6111;
}
.BgClassName
{
background-color: #AD6111;
}
</style>
border-color css
<style>
span { border-color: #AD6111; }
span { border-color: rgb(173,97,17); }
td.TdClassName
{
border-color: #AD6111;
}
.TagClassName
{
border-color: #AD6111;
}
</style>