Shades of Golden Brown #AD6710
Tints of Golden Brown #AD6710
RGB
CMYK
RGB Variations
Color information
#AD6710 (or 0xAD6710) is known color: Golden Brown. HEX triplet: AD, 67 and 10. RGB value is (173,103,16). Sum of RGB (Red+Green+Blue) = 173+103+16=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6710 is #5298EF. Grayscale: #727272. Windows color (decimal): -5413104 or 1075117. OLE color: 1075117.
HSL color Cylindrical-coordinate representation of color #AD6710: hue angle of 33.25º 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 #AD6710 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 16 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.32 |
| HSL | 33.25º | 0.83% | 0.37% | - |
| HSV(B) | 33.25º | 0.91% | 0.68% | - |
| XYZ | 22.18 | 18.62 | 2.92 | - |
| YUV | 114.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 16 | 0 | 0.40 | 0.91 | 0.32 | 33.25 | 0.83 | 0.37 |
| Hex | AD | 67 | 10 | 0 | 28 | 5B | 20 | 21 | 53 | 25 |
| Octal | 255 | 147 | 20 | 0 | 50 | 133 | 40 | 41 | 123 | 45 |
| Binary | 10101101 | 1100111 | 10000 | 0 | 101000 | 1011011 | 100000 | 100001 | 1010011 | 100101 |
Color Harmonies of #AD6710
Complementary color
Monochromatic Colors of #AD6710
Black with #AD6710
Text Example
Text Example
White with #AD6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6710; }
p { color: rgb(173,103,16); }
H1.HeaderClassName
{
color: #AD6710;
}
.AnyTagClassName
{
color: #AD6710;
}
</style>
background-color css
<style>
a { background-color: #AD6710; }
a { background-color: rgb(173,103,16); }
div.DivClassName
{
background-color: #AD6710;
}
.BgClassName
{
background-color: #AD6710;
}
</style>
border-color css
<style>
span { border-color: #AD6710; }
span { border-color: rgb(173,103,16); }
td.TdClassName
{
border-color: #AD6710;
}
.TagClassName
{
border-color: #AD6710;
}
</style>