Shades of Golden Brown #AD6211
Tints of Golden Brown #AD6211
RGB
CMYK
RGB Variations
Color information
#AD6211 (or 0xAD6211) is known color: Golden Brown. HEX triplet: AD, 62 and 11. RGB value is (173,98,17). Sum of RGB (Red+Green+Blue) = 173+98+17=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6211 is #529DEE. Grayscale: #6F6F6F. Windows color (decimal): -5414383 or 1139373. OLE color: 1139373.
HSL color Cylindrical-coordinate representation of color #AD6211: hue angle of 31.15º 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 #AD6211 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.32 |
| HSL | 31.15º | 0.82% | 0.37% | - |
| HSV(B) | 31.15º | 0.9% | 0.68% | - |
| XYZ | 21.7 | 17.66 | 2.8 | - |
| YUV | 111.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 17 | 0 | 0.43 | 0.90 | 0.32 | 31.15 | 0.82 | 0.37 |
| Hex | AD | 62 | 11 | 0 | 2B | 5A | 20 | 1F | 52 | 25 |
| Octal | 255 | 142 | 21 | 0 | 53 | 132 | 40 | 37 | 122 | 45 |
| Binary | 10101101 | 1100010 | 10001 | 0 | 101011 | 1011010 | 100000 | 11111 | 1010010 | 100101 |
Color Harmonies of #AD6211
Complementary color
Monochromatic Colors of #AD6211
Black with #AD6211
Text Example
Text Example
White with #AD6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6211; }
p { color: rgb(173,98,17); }
H1.HeaderClassName
{
color: #AD6211;
}
.AnyTagClassName
{
color: #AD6211;
}
</style>
background-color css
<style>
a { background-color: #AD6211; }
a { background-color: rgb(173,98,17); }
div.DivClassName
{
background-color: #AD6211;
}
.BgClassName
{
background-color: #AD6211;
}
</style>
border-color css
<style>
span { border-color: #AD6211; }
span { border-color: rgb(173,98,17); }
td.TdClassName
{
border-color: #AD6211;
}
.TagClassName
{
border-color: #AD6211;
}
</style>