Shades of Golden Brown #AD6210
Tints of Golden Brown #AD6210
RGB
CMYK
RGB Variations
Color information
#AD6210 (or 0xAD6210) is known color: Golden Brown. HEX triplet: AD, 62 and 10. RGB value is (173,98,16). Sum of RGB (Red+Green+Blue) = 173+98+16=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6210 is #529DEF. Grayscale: #6F6F6F. Windows color (decimal): -5414384 or 1073837. OLE color: 1073837.
HSL color Cylindrical-coordinate representation of color #AD6210: hue angle of 31.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD6210 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.32 |
| HSL | 31.34º | 0.83% | 0.37% | - |
| HSV(B) | 31.34º | 0.91% | 0.68% | - |
| XYZ | 21.69 | 17.66 | 2.75 | - |
| YUV | 111.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 16 | 0 | 0.43 | 0.91 | 0.32 | 31.34 | 0.83 | 0.37 |
| Hex | AD | 62 | 10 | 0 | 2B | 5B | 20 | 1F | 53 | 25 |
| Octal | 255 | 142 | 20 | 0 | 53 | 133 | 40 | 37 | 123 | 45 |
| Binary | 10101101 | 1100010 | 10000 | 0 | 101011 | 1011011 | 100000 | 11111 | 1010011 | 100101 |
Color Harmonies of #AD6210
Complementary color
Monochromatic Colors of #AD6210
Black with #AD6210
Text Example
Text Example
White with #AD6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6210; }
p { color: rgb(173,98,16); }
H1.HeaderClassName
{
color: #AD6210;
}
.AnyTagClassName
{
color: #AD6210;
}
</style>
background-color css
<style>
a { background-color: #AD6210; }
a { background-color: rgb(173,98,16); }
div.DivClassName
{
background-color: #AD6210;
}
.BgClassName
{
background-color: #AD6210;
}
</style>
border-color css
<style>
span { border-color: #AD6210; }
span { border-color: rgb(173,98,16); }
td.TdClassName
{
border-color: #AD6210;
}
.TagClassName
{
border-color: #AD6210;
}
</style>