Shades of Golden Brown #AD6711
Tints of Golden Brown #AD6711
RGB
CMYK
RGB Variations
Color information
#AD6711 (or 0xAD6711) is known color: Golden Brown. HEX triplet: AD, 67 and 11. RGB value is (173,103,17). Sum of RGB (Red+Green+Blue) = 173+103+17=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6711 is #5298EE. Grayscale: #727272. Windows color (decimal): -5413103 or 1140653. OLE color: 1140653.
HSL color Cylindrical-coordinate representation of color #AD6711: hue angle of 33.08º 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 #AD6711 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 17 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.32 |
| HSL | 33.08º | 0.82% | 0.37% | - |
| HSV(B) | 33.08º | 0.9% | 0.68% | - |
| XYZ | 22.19 | 18.63 | 2.96 | - |
| YUV | 114.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 17 | 0 | 0.40 | 0.90 | 0.32 | 33.08 | 0.82 | 0.37 |
| Hex | AD | 67 | 11 | 0 | 28 | 5A | 20 | 21 | 52 | 25 |
| Octal | 255 | 147 | 21 | 0 | 50 | 132 | 40 | 41 | 122 | 45 |
| Binary | 10101101 | 1100111 | 10001 | 0 | 101000 | 1011010 | 100000 | 100001 | 1010010 | 100101 |
Color Harmonies of #AD6711
Complementary color
Monochromatic Colors of #AD6711
Black with #AD6711
Text Example
Text Example
White with #AD6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6711; }
p { color: rgb(173,103,17); }
H1.HeaderClassName
{
color: #AD6711;
}
.AnyTagClassName
{
color: #AD6711;
}
</style>
background-color css
<style>
a { background-color: #AD6711; }
a { background-color: rgb(173,103,17); }
div.DivClassName
{
background-color: #AD6711;
}
.BgClassName
{
background-color: #AD6711;
}
</style>
border-color css
<style>
span { border-color: #AD6711; }
span { border-color: rgb(173,103,17); }
td.TdClassName
{
border-color: #AD6711;
}
.TagClassName
{
border-color: #AD6711;
}
</style>