Shades of Golden Brown #AD6809
Tints of Golden Brown #AD6809
RGB
CMYK
RGB Variations
Color information
#AD6809 (or 0xAD6809) is known color: Golden Brown. HEX triplet: AD, 68 and 09. RGB value is (173,104,9). Sum of RGB (Red+Green+Blue) = 173+104+9=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6809 is #5297F6. Grayscale: #727272. Windows color (decimal): -5412855 or 616621. OLE color: 616621.
HSL color Cylindrical-coordinate representation of color #AD6809: hue angle of 34.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD6809 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.32 |
| HSL | 34.76º | 0.9% | 0.36% | - |
| HSV(B) | 34.76º | 0.95% | 0.68% | - |
| XYZ | 22.23 | 18.8 | 2.72 | - |
| YUV | 113.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 9 | 0 | 0.40 | 0.95 | 0.32 | 34.76 | 0.9 | 0.36 |
| Hex | AD | 68 | 9 | 0 | 28 | 5F | 20 | 23 | 5A | 24 |
| Octal | 255 | 150 | 11 | 0 | 50 | 137 | 40 | 43 | 132 | 44 |
| Binary | 10101101 | 1101000 | 1001 | 0 | 101000 | 1011111 | 100000 | 100011 | 1011010 | 100100 |
Color Harmonies of #AD6809
Complementary color
Monochromatic Colors of #AD6809
Black with #AD6809
Text Example
Text Example
White with #AD6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6809; }
p { color: rgb(173,104,9); }
H1.HeaderClassName
{
color: #AD6809;
}
.AnyTagClassName
{
color: #AD6809;
}
</style>
background-color css
<style>
a { background-color: #AD6809; }
a { background-color: rgb(173,104,9); }
div.DivClassName
{
background-color: #AD6809;
}
.BgClassName
{
background-color: #AD6809;
}
</style>
border-color css
<style>
span { border-color: #AD6809; }
span { border-color: rgb(173,104,9); }
td.TdClassName
{
border-color: #AD6809;
}
.TagClassName
{
border-color: #AD6809;
}
</style>