Shades of Golden Brown #AD6109
Tints of Golden Brown #AD6109
RGB
CMYK
RGB Variations
Color information
#AD6109 (or 0xAD6109) is known color: Golden Brown. HEX triplet: AD, 61 and 09. RGB value is (173,97,9). Sum of RGB (Red+Green+Blue) = 173+97+9=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6109 is #529EF6. Grayscale: #6E6E6E. Windows color (decimal): -5414647 or 614829. OLE color: 614829.
HSL color Cylindrical-coordinate representation of color #AD6109: hue angle of 32.2º 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 #AD6109 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 9 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.32 |
| HSL | 32.2º | 0.9% | 0.36% | - |
| HSV(B) | 32.2º | 0.95% | 0.68% | - |
| XYZ | 21.56 | 17.45 | 2.49 | - |
| YUV | 109.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 9 | 0 | 0.44 | 0.95 | 0.32 | 32.2 | 0.9 | 0.36 |
| Hex | AD | 61 | 9 | 0 | 2C | 5F | 20 | 20 | 5A | 24 |
| Octal | 255 | 141 | 11 | 0 | 54 | 137 | 40 | 40 | 132 | 44 |
| Binary | 10101101 | 1100001 | 1001 | 0 | 101100 | 1011111 | 100000 | 100000 | 1011010 | 100100 |
Color Harmonies of #AD6109
Complementary color
Monochromatic Colors of #AD6109
Black with #AD6109
Text Example
Text Example
White with #AD6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6109; }
p { color: rgb(173,97,9); }
H1.HeaderClassName
{
color: #AD6109;
}
.AnyTagClassName
{
color: #AD6109;
}
</style>
background-color css
<style>
a { background-color: #AD6109; }
a { background-color: rgb(173,97,9); }
div.DivClassName
{
background-color: #AD6109;
}
.BgClassName
{
background-color: #AD6109;
}
</style>
border-color css
<style>
span { border-color: #AD6109; }
span { border-color: rgb(173,97,9); }
td.TdClassName
{
border-color: #AD6109;
}
.TagClassName
{
border-color: #AD6109;
}
</style>