Shades of Golden Brown #AD6506
Tints of Golden Brown #AD6506
RGB
CMYK
RGB Variations
Color information
#AD6506 (or 0xAD6506) is known color: Golden Brown. HEX triplet: AD, 65 and 06. RGB value is (173,101,6). Sum of RGB (Red+Green+Blue) = 173+101+6=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6506 is #529AF9. Grayscale: #707070. Windows color (decimal): -5413626 or 419245. OLE color: 419245.
HSL color Cylindrical-coordinate representation of color #AD6506: hue angle of 34.13º degrees, saturation: 0.93, 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 #AD6506 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.32 |
| HSL | 34.13º | 0.93% | 0.35% | - |
| HSV(B) | 34.13º | 0.97% | 0.68% | - |
| XYZ | 21.92 | 18.2 | 2.53 | - |
| YUV | 111.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 6 | 0 | 0.42 | 0.97 | 0.32 | 34.13 | 0.93 | 0.35 |
| Hex | AD | 65 | 6 | 0 | 2A | 61 | 20 | 22 | 5D | 23 |
| Octal | 255 | 145 | 6 | 0 | 52 | 141 | 40 | 42 | 135 | 43 |
| Binary | 10101101 | 1100101 | 110 | 0 | 101010 | 1100001 | 100000 | 100010 | 1011101 | 100011 |
Color Harmonies of #AD6506
Complementary color
Monochromatic Colors of #AD6506
Black with #AD6506
Text Example
Text Example
White with #AD6506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6506; }
p { color: rgb(173,101,6); }
H1.HeaderClassName
{
color: #AD6506;
}
.AnyTagClassName
{
color: #AD6506;
}
</style>
background-color css
<style>
a { background-color: #AD6506; }
a { background-color: rgb(173,101,6); }
div.DivClassName
{
background-color: #AD6506;
}
.BgClassName
{
background-color: #AD6506;
}
</style>
border-color css
<style>
span { border-color: #AD6506; }
span { border-color: rgb(173,101,6); }
td.TdClassName
{
border-color: #AD6506;
}
.TagClassName
{
border-color: #AD6506;
}
</style>