Shades of Golden Brown #AD6716
Tints of Golden Brown #AD6716
RGB
CMYK
RGB Variations
Color information
#AD6716 (or 0xAD6716) is known color: Golden Brown. HEX triplet: AD, 67 and 16. RGB value is (173,103,22). Sum of RGB (Red+Green+Blue) = 173+103+22=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6716 is #5298E9. Grayscale: #737373. Windows color (decimal): -5413098 or 1468333. OLE color: 1468333.
HSL color Cylindrical-coordinate representation of color #AD6716: hue angle of 32.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD6716 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 22 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.32 |
| HSL | 32.19º | 0.77% | 0.38% | - |
| HSV(B) | 32.19º | 0.87% | 0.68% | - |
| XYZ | 22.23 | 18.64 | 3.19 | - |
| YUV | 114.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 22 | 0 | 0.40 | 0.87 | 0.32 | 32.19 | 0.77 | 0.38 |
| Hex | AD | 67 | 16 | 0 | 28 | 57 | 20 | 20 | 4D | 26 |
| Octal | 255 | 147 | 26 | 0 | 50 | 127 | 40 | 40 | 115 | 46 |
| Binary | 10101101 | 1100111 | 10110 | 0 | 101000 | 1010111 | 100000 | 100000 | 1001101 | 100110 |
Color Harmonies of #AD6716
Complementary color
Monochromatic Colors of #AD6716
Black with #AD6716
Text Example
Text Example
White with #AD6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6716; }
p { color: rgb(173,103,22); }
H1.HeaderClassName
{
color: #AD6716;
}
.AnyTagClassName
{
color: #AD6716;
}
</style>
background-color css
<style>
a { background-color: #AD6716; }
a { background-color: rgb(173,103,22); }
div.DivClassName
{
background-color: #AD6716;
}
.BgClassName
{
background-color: #AD6716;
}
</style>
border-color css
<style>
span { border-color: #AD6716; }
span { border-color: rgb(173,103,22); }
td.TdClassName
{
border-color: #AD6716;
}
.TagClassName
{
border-color: #AD6716;
}
</style>