Shades of Golden Brown #AD6609
Tints of Golden Brown #AD6609
RGB
CMYK
RGB Variations
Color information
#AD6609 (or 0xAD6609) is known color: Golden Brown. HEX triplet: AD, 66 and 09. RGB value is (173,102,9). Sum of RGB (Red+Green+Blue) = 173+102+9=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6609 is #5299F6. Grayscale: #717171. Windows color (decimal): -5413367 or 616109. OLE color: 616109.
HSL color Cylindrical-coordinate representation of color #AD6609: hue angle of 34.02º 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 #AD6609 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.32 |
| HSL | 34.02º | 0.9% | 0.36% | - |
| HSV(B) | 34.02º | 0.95% | 0.68% | - |
| XYZ | 22.03 | 18.41 | 2.65 | - |
| YUV | 112.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 9 | 0 | 0.41 | 0.95 | 0.32 | 34.02 | 0.9 | 0.36 |
| Hex | AD | 66 | 9 | 0 | 29 | 5F | 20 | 22 | 5A | 24 |
| Octal | 255 | 146 | 11 | 0 | 51 | 137 | 40 | 42 | 132 | 44 |
| Binary | 10101101 | 1100110 | 1001 | 0 | 101001 | 1011111 | 100000 | 100010 | 1011010 | 100100 |
Color Harmonies of #AD6609
Complementary color
Monochromatic Colors of #AD6609
Black with #AD6609
Text Example
Text Example
White with #AD6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6609; }
p { color: rgb(173,102,9); }
H1.HeaderClassName
{
color: #AD6609;
}
.AnyTagClassName
{
color: #AD6609;
}
</style>
background-color css
<style>
a { background-color: #AD6609; }
a { background-color: rgb(173,102,9); }
div.DivClassName
{
background-color: #AD6609;
}
.BgClassName
{
background-color: #AD6609;
}
</style>
border-color css
<style>
span { border-color: #AD6609; }
span { border-color: rgb(173,102,9); }
td.TdClassName
{
border-color: #AD6609;
}
.TagClassName
{
border-color: #AD6609;
}
</style>