Shades of Golden Brown #AD6009
Tints of Golden Brown #AD6009
RGB
CMYK
RGB Variations
Color information
#AD6009 (or 0xAD6009) is known color: Golden Brown. HEX triplet: AD, 60 and 09. RGB value is (173,96,9). Sum of RGB (Red+Green+Blue) = 173+96+9=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6009 is #529FF6. Grayscale: #6D6D6D. Windows color (decimal): -5414903 or 614573. OLE color: 614573.
HSL color Cylindrical-coordinate representation of color #AD6009: hue angle of 31.83º 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 #AD6009 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.32 |
| HSL | 31.83º | 0.9% | 0.36% | - |
| HSV(B) | 31.83º | 0.95% | 0.68% | - |
| XYZ | 21.47 | 17.27 | 2.46 | - |
| YUV | 109.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 9 | 0 | 0.45 | 0.95 | 0.32 | 31.83 | 0.9 | 0.36 |
| Hex | AD | 60 | 9 | 0 | 2D | 5F | 20 | 20 | 5A | 24 |
| Octal | 255 | 140 | 11 | 0 | 55 | 137 | 40 | 40 | 132 | 44 |
| Binary | 10101101 | 1100000 | 1001 | 0 | 101101 | 1011111 | 100000 | 100000 | 1011010 | 100100 |
Color Harmonies of #AD6009
Complementary color
Monochromatic Colors of #AD6009
Black with #AD6009
Text Example
Text Example
White with #AD6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6009; }
p { color: rgb(173,96,9); }
H1.HeaderClassName
{
color: #AD6009;
}
.AnyTagClassName
{
color: #AD6009;
}
</style>
background-color css
<style>
a { background-color: #AD6009; }
a { background-color: rgb(173,96,9); }
div.DivClassName
{
background-color: #AD6009;
}
.BgClassName
{
background-color: #AD6009;
}
</style>
border-color css
<style>
span { border-color: #AD6009; }
span { border-color: rgb(173,96,9); }
td.TdClassName
{
border-color: #AD6009;
}
.TagClassName
{
border-color: #AD6009;
}
</style>