Shades of Golden Brown #AD6011
Tints of Golden Brown #AD6011
RGB
CMYK
RGB Variations
Color information
#AD6011 (or 0xAD6011) is known color: Golden Brown. HEX triplet: AD, 60 and 11. RGB value is (173,96,17). Sum of RGB (Red+Green+Blue) = 173+96+17=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6011 is #529FEE. Grayscale: #6E6E6E. Windows color (decimal): -5414895 or 1138861. OLE color: 1138861.
HSL color Cylindrical-coordinate representation of color #AD6011: hue angle of 30.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD6011 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 17 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.32 |
| HSL | 30.38º | 0.82% | 0.37% | - |
| HSV(B) | 30.38º | 0.9% | 0.68% | - |
| XYZ | 21.52 | 17.29 | 2.73 | - |
| YUV | 110.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 17 | 0 | 0.45 | 0.90 | 0.32 | 30.38 | 0.82 | 0.37 |
| Hex | AD | 60 | 11 | 0 | 2D | 5A | 20 | 1E | 52 | 25 |
| Octal | 255 | 140 | 21 | 0 | 55 | 132 | 40 | 36 | 122 | 45 |
| Binary | 10101101 | 1100000 | 10001 | 0 | 101101 | 1011010 | 100000 | 11110 | 1010010 | 100101 |
Color Harmonies of #AD6011
Complementary color
Monochromatic Colors of #AD6011
Black with #AD6011
Text Example
Text Example
White with #AD6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6011; }
p { color: rgb(173,96,17); }
H1.HeaderClassName
{
color: #AD6011;
}
.AnyTagClassName
{
color: #AD6011;
}
</style>
background-color css
<style>
a { background-color: #AD6011; }
a { background-color: rgb(173,96,17); }
div.DivClassName
{
background-color: #AD6011;
}
.BgClassName
{
background-color: #AD6011;
}
</style>
border-color css
<style>
span { border-color: #AD6011; }
span { border-color: rgb(173,96,17); }
td.TdClassName
{
border-color: #AD6011;
}
.TagClassName
{
border-color: #AD6011;
}
</style>