Shades of Golden Brown #AD6016
Tints of Golden Brown #AD6016
RGB
CMYK
RGB Variations
Color information
#AD6016 (or 0xAD6016) is known color: Golden Brown. HEX triplet: AD, 60 and 16. RGB value is (173,96,22). Sum of RGB (Red+Green+Blue) = 173+96+22=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6016 is #529FE9. Grayscale: #6E6E6E. Windows color (decimal): -5414890 or 1466541. OLE color: 1466541.
HSL color Cylindrical-coordinate representation of color #AD6016: hue angle of 29.4º 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 #AD6016 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 22 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.32 |
| HSL | 29.4º | 0.77% | 0.38% | - |
| HSV(B) | 29.4º | 0.87% | 0.68% | - |
| XYZ | 21.56 | 17.31 | 2.96 | - |
| YUV | 110.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 22 | 0 | 0.45 | 0.87 | 0.32 | 29.4 | 0.77 | 0.38 |
| Hex | AD | 60 | 16 | 0 | 2D | 57 | 20 | 1D | 4D | 26 |
| Octal | 255 | 140 | 26 | 0 | 55 | 127 | 40 | 35 | 115 | 46 |
| Binary | 10101101 | 1100000 | 10110 | 0 | 101101 | 1010111 | 100000 | 11101 | 1001101 | 100110 |
Color Harmonies of #AD6016
Complementary color
Monochromatic Colors of #AD6016
Black with #AD6016
Text Example
Text Example
White with #AD6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6016; }
p { color: rgb(173,96,22); }
H1.HeaderClassName
{
color: #AD6016;
}
.AnyTagClassName
{
color: #AD6016;
}
</style>
background-color css
<style>
a { background-color: #AD6016; }
a { background-color: rgb(173,96,22); }
div.DivClassName
{
background-color: #AD6016;
}
.BgClassName
{
background-color: #AD6016;
}
</style>
border-color css
<style>
span { border-color: #AD6016; }
span { border-color: rgb(173,96,22); }
td.TdClassName
{
border-color: #AD6016;
}
.TagClassName
{
border-color: #AD6016;
}
</style>