Shades of Golden Brown #AD6D07
Tints of Golden Brown #AD6D07
RGB
CMYK
RGB Variations
Color information
#AD6D07 (or 0xAD6D07) is known color: Golden Brown. HEX triplet: AD, 6D and 07. RGB value is (173,109,7). Sum of RGB (Red+Green+Blue) = 173+109+7=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D07 is #5292F8. Grayscale: #747474. Windows color (decimal): -5411577 or 486829. OLE color: 486829.
HSL color Cylindrical-coordinate representation of color #AD6D07: hue angle of 36.87º 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 #AD6D07 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.32 |
| HSL | 36.87º | 0.92% | 0.35% | - |
| HSV(B) | 36.87º | 0.96% | 0.68% | - |
| XYZ | 22.74 | 19.84 | 2.83 | - |
| YUV | 116.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 7 | 0 | 0.37 | 0.96 | 0.32 | 36.87 | 0.92 | 0.35 |
| Hex | AD | 6D | 7 | 0 | 25 | 60 | 20 | 25 | 5C | 23 |
| Octal | 255 | 155 | 7 | 0 | 45 | 140 | 40 | 45 | 134 | 43 |
| Binary | 10101101 | 1101101 | 111 | 0 | 100101 | 1100000 | 100000 | 100101 | 1011100 | 100011 |
Color Harmonies of #AD6D07
Complementary color
Monochromatic Colors of #AD6D07
Black with #AD6D07
Text Example
Text Example
White with #AD6D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D07; }
p { color: rgb(173,109,7); }
H1.HeaderClassName
{
color: #AD6D07;
}
.AnyTagClassName
{
color: #AD6D07;
}
</style>
background-color css
<style>
a { background-color: #AD6D07; }
a { background-color: rgb(173,109,7); }
div.DivClassName
{
background-color: #AD6D07;
}
.BgClassName
{
background-color: #AD6D07;
}
</style>
border-color css
<style>
span { border-color: #AD6D07; }
span { border-color: rgb(173,109,7); }
td.TdClassName
{
border-color: #AD6D07;
}
.TagClassName
{
border-color: #AD6D07;
}
</style>