Shades of Golden Brown #AD6909
Tints of Golden Brown #AD6909
RGB
CMYK
RGB Variations
Color information
#AD6909 (or 0xAD6909) is known color: Golden Brown. HEX triplet: AD, 69 and 09. RGB value is (173,105,9). Sum of RGB (Red+Green+Blue) = 173+105+9=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6909 is #5296F6. Grayscale: #727272. Windows color (decimal): -5412599 or 616877. OLE color: 616877.
HSL color Cylindrical-coordinate representation of color #AD6909: hue angle of 35.12º 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 #AD6909 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.32 |
| HSL | 35.12º | 0.9% | 0.36% | - |
| HSV(B) | 35.12º | 0.95% | 0.68% | - |
| XYZ | 22.33 | 19.01 | 2.75 | - |
| YUV | 114.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 9 | 0 | 0.39 | 0.95 | 0.32 | 35.12 | 0.9 | 0.36 |
| Hex | AD | 69 | 9 | 0 | 27 | 5F | 20 | 23 | 5A | 24 |
| Octal | 255 | 151 | 11 | 0 | 47 | 137 | 40 | 43 | 132 | 44 |
| Binary | 10101101 | 1101001 | 1001 | 0 | 100111 | 1011111 | 100000 | 100011 | 1011010 | 100100 |
Color Harmonies of #AD6909
Complementary color
Monochromatic Colors of #AD6909
Black with #AD6909
Text Example
Text Example
White with #AD6909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6909; }
p { color: rgb(173,105,9); }
H1.HeaderClassName
{
color: #AD6909;
}
.AnyTagClassName
{
color: #AD6909;
}
</style>
background-color css
<style>
a { background-color: #AD6909; }
a { background-color: rgb(173,105,9); }
div.DivClassName
{
background-color: #AD6909;
}
.BgClassName
{
background-color: #AD6909;
}
</style>
border-color css
<style>
span { border-color: #AD6909; }
span { border-color: rgb(173,105,9); }
td.TdClassName
{
border-color: #AD6909;
}
.TagClassName
{
border-color: #AD6909;
}
</style>