Shades of Golden Brown #AD6416
Tints of Golden Brown #AD6416
RGB
CMYK
RGB Variations
Color information
#AD6416 (or 0xAD6416) is known color: Golden Brown. HEX triplet: AD, 64 and 16. RGB value is (173,100,22). Sum of RGB (Red+Green+Blue) = 173+100+22=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6416 is #529BE9. Grayscale: #717171. Windows color (decimal): -5413866 or 1467565. OLE color: 1467565.
HSL color Cylindrical-coordinate representation of color #AD6416: hue angle of 30.99º 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 #AD6416 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 22 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.32 |
| HSL | 30.99º | 0.77% | 0.38% | - |
| HSV(B) | 30.99º | 0.87% | 0.68% | - |
| XYZ | 21.94 | 18.06 | 3.09 | - |
| YUV | 112.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 22 | 0 | 0.42 | 0.87 | 0.32 | 30.99 | 0.77 | 0.38 |
| Hex | AD | 64 | 16 | 0 | 2A | 57 | 20 | 1F | 4D | 26 |
| Octal | 255 | 144 | 26 | 0 | 52 | 127 | 40 | 37 | 115 | 46 |
| Binary | 10101101 | 1100100 | 10110 | 0 | 101010 | 1010111 | 100000 | 11111 | 1001101 | 100110 |
Color Harmonies of #AD6416
Complementary color
Monochromatic Colors of #AD6416
Black with #AD6416
Text Example
Text Example
White with #AD6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6416; }
p { color: rgb(173,100,22); }
H1.HeaderClassName
{
color: #AD6416;
}
.AnyTagClassName
{
color: #AD6416;
}
</style>
background-color css
<style>
a { background-color: #AD6416; }
a { background-color: rgb(173,100,22); }
div.DivClassName
{
background-color: #AD6416;
}
.BgClassName
{
background-color: #AD6416;
}
</style>
border-color css
<style>
span { border-color: #AD6416; }
span { border-color: rgb(173,100,22); }
td.TdClassName
{
border-color: #AD6416;
}
.TagClassName
{
border-color: #AD6416;
}
</style>