Shades of Golden Brown #AD6407
Tints of Golden Brown #AD6407
RGB
CMYK
RGB Variations
Color information
#AD6407 (or 0xAD6407) is known color: Golden Brown. HEX triplet: AD, 64 and 07. RGB value is (173,100,7). Sum of RGB (Red+Green+Blue) = 173+100+7=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6407 is #529BF8. Grayscale: #6F6F6F. Windows color (decimal): -5413881 or 484525. OLE color: 484525.
HSL color Cylindrical-coordinate representation of color #AD6407: hue angle of 33.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD6407 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 7 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.32 |
| HSL | 33.61º | 0.92% | 0.35% | - |
| HSV(B) | 33.61º | 0.96% | 0.68% | - |
| XYZ | 21.83 | 18.01 | 2.53 | - |
| YUV | 111.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 7 | 0 | 0.42 | 0.96 | 0.32 | 33.61 | 0.92 | 0.35 |
| Hex | AD | 64 | 7 | 0 | 2A | 60 | 20 | 22 | 5C | 23 |
| Octal | 255 | 144 | 7 | 0 | 52 | 140 | 40 | 42 | 134 | 43 |
| Binary | 10101101 | 1100100 | 111 | 0 | 101010 | 1100000 | 100000 | 100010 | 1011100 | 100011 |
Color Harmonies of #AD6407
Complementary color
Monochromatic Colors of #AD6407
Black with #AD6407
Text Example
Text Example
White with #AD6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6407; }
p { color: rgb(173,100,7); }
H1.HeaderClassName
{
color: #AD6407;
}
.AnyTagClassName
{
color: #AD6407;
}
</style>
background-color css
<style>
a { background-color: #AD6407; }
a { background-color: rgb(173,100,7); }
div.DivClassName
{
background-color: #AD6407;
}
.BgClassName
{
background-color: #AD6407;
}
</style>
border-color css
<style>
span { border-color: #AD6407; }
span { border-color: rgb(173,100,7); }
td.TdClassName
{
border-color: #AD6407;
}
.TagClassName
{
border-color: #AD6407;
}
</style>