Shades of Golden Brown #AD6E05
Tints of Golden Brown #AD6E05
RGB
CMYK
RGB Variations
Color information
#AD6E05 (or 0xAD6E05) is known color: Golden Brown. HEX triplet: AD, 6E and 05. RGB value is (173,110,5). Sum of RGB (Red+Green+Blue) = 173+110+5=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E05 is #5291FA. Grayscale: #757575. Windows color (decimal): -5411323 or 356013. OLE color: 356013.
HSL color Cylindrical-coordinate representation of color #AD6E05: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD6E05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.32 |
| HSL | 37.5º | 0.94% | 0.35% | - |
| HSV(B) | 37.5º | 0.97% | 0.68% | - |
| XYZ | 22.84 | 20.05 | 2.81 | - |
| YUV | 116.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 5 | 0 | 0.36 | 0.97 | 0.32 | 37.5 | 0.94 | 0.35 |
| Hex | AD | 6E | 5 | 0 | 24 | 61 | 20 | 26 | 5E | 23 |
| Octal | 255 | 156 | 5 | 0 | 44 | 141 | 40 | 46 | 136 | 43 |
| Binary | 10101101 | 1101110 | 101 | 0 | 100100 | 1100001 | 100000 | 100110 | 1011110 | 100011 |
Color Harmonies of #AD6E05
Complementary color
Monochromatic Colors of #AD6E05
Black with #AD6E05
Text Example
Text Example
White with #AD6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E05; }
p { color: rgb(173,110,5); }
H1.HeaderClassName
{
color: #AD6E05;
}
.AnyTagClassName
{
color: #AD6E05;
}
</style>
background-color css
<style>
a { background-color: #AD6E05; }
a { background-color: rgb(173,110,5); }
div.DivClassName
{
background-color: #AD6E05;
}
.BgClassName
{
background-color: #AD6E05;
}
</style>
border-color css
<style>
span { border-color: #AD6E05; }
span { border-color: rgb(173,110,5); }
td.TdClassName
{
border-color: #AD6E05;
}
.TagClassName
{
border-color: #AD6E05;
}
</style>