Shades of Golden Brown #AD6409
Tints of Golden Brown #AD6409
RGB
CMYK
RGB Variations
Color information
#AD6409 (or 0xAD6409) is known color: Golden Brown. HEX triplet: AD, 64 and 09. RGB value is (173,100,9). Sum of RGB (Red+Green+Blue) = 173+100+9=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6409 is #529BF6. Grayscale: #6F6F6F. Windows color (decimal): -5413879 or 615597. OLE color: 615597.
HSL color Cylindrical-coordinate representation of color #AD6409: hue angle of 33.29º 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 #AD6409 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.32 |
| HSL | 33.29º | 0.9% | 0.36% | - |
| HSV(B) | 33.29º | 0.95% | 0.68% | - |
| XYZ | 21.84 | 18.02 | 2.59 | - |
| YUV | 111.45 | 70.18 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 9 | 0 | 0.42 | 0.95 | 0.32 | 33.29 | 0.9 | 0.36 |
| Hex | AD | 64 | 9 | 0 | 2A | 5F | 20 | 21 | 5A | 24 |
| Octal | 255 | 144 | 11 | 0 | 52 | 137 | 40 | 41 | 132 | 44 |
| Binary | 10101101 | 1100100 | 1001 | 0 | 101010 | 1011111 | 100000 | 100001 | 1011010 | 100100 |
Color Harmonies of #AD6409
Complementary color
Monochromatic Colors of #AD6409
Black with #AD6409
Text Example
Text Example
White with #AD6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6409; }
p { color: rgb(173,100,9); }
H1.HeaderClassName
{
color: #AD6409;
}
.AnyTagClassName
{
color: #AD6409;
}
</style>
background-color css
<style>
a { background-color: #AD6409; }
a { background-color: rgb(173,100,9); }
div.DivClassName
{
background-color: #AD6409;
}
.BgClassName
{
background-color: #AD6409;
}
</style>
border-color css
<style>
span { border-color: #AD6409; }
span { border-color: rgb(173,100,9); }
td.TdClassName
{
border-color: #AD6409;
}
.TagClassName
{
border-color: #AD6409;
}
</style>