Shades of Golden Brown #AD6A16
Tints of Golden Brown #AD6A16
RGB
CMYK
RGB Variations
Color information
#AD6A16 (or 0xAD6A16) is known color: Golden Brown. HEX triplet: AD, 6A and 16. RGB value is (173,106,22). Sum of RGB (Red+Green+Blue) = 173+106+22=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A16 is #5295E9. Grayscale: #747474. Windows color (decimal): -5412330 or 1469101. OLE color: 1469101.
HSL color Cylindrical-coordinate representation of color #AD6A16: hue angle of 33.38º 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 #AD6A16 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 22 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.32 |
| HSL | 33.38º | 0.77% | 0.38% | - |
| HSV(B) | 33.38º | 0.87% | 0.68% | - |
| XYZ | 22.53 | 19.25 | 3.29 | - |
| YUV | 116.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 22 | 0 | 0.39 | 0.87 | 0.32 | 33.38 | 0.77 | 0.38 |
| Hex | AD | 6A | 16 | 0 | 27 | 57 | 20 | 21 | 4D | 26 |
| Octal | 255 | 152 | 26 | 0 | 47 | 127 | 40 | 41 | 115 | 46 |
| Binary | 10101101 | 1101010 | 10110 | 0 | 100111 | 1010111 | 100000 | 100001 | 1001101 | 100110 |
Color Harmonies of #AD6A16
Complementary color
Monochromatic Colors of #AD6A16
Black with #AD6A16
Text Example
Text Example
White with #AD6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A16; }
p { color: rgb(173,106,22); }
H1.HeaderClassName
{
color: #AD6A16;
}
.AnyTagClassName
{
color: #AD6A16;
}
</style>
background-color css
<style>
a { background-color: #AD6A16; }
a { background-color: rgb(173,106,22); }
div.DivClassName
{
background-color: #AD6A16;
}
.BgClassName
{
background-color: #AD6A16;
}
</style>
border-color css
<style>
span { border-color: #AD6A16; }
span { border-color: rgb(173,106,22); }
td.TdClassName
{
border-color: #AD6A16;
}
.TagClassName
{
border-color: #AD6A16;
}
</style>