Shades of Golden Brown #AD6F07
Tints of Golden Brown #AD6F07
RGB
CMYK
RGB Variations
Color information
#AD6F07 (or 0xAD6F07) is known color: Golden Brown. HEX triplet: AD, 6F and 07. RGB value is (173,111,7). Sum of RGB (Red+Green+Blue) = 173+111+7=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F07 is #5290F8. Grayscale: #767676. Windows color (decimal): -5411065 or 487341. OLE color: 487341.
HSL color Cylindrical-coordinate representation of color #AD6F07: hue angle of 37.59º 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 #AD6F07 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.32 |
| HSL | 37.59º | 0.92% | 0.35% | - |
| HSV(B) | 37.59º | 0.96% | 0.68% | - |
| XYZ | 22.96 | 20.27 | 2.9 | - |
| YUV | 117.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 7 | 0 | 0.36 | 0.96 | 0.32 | 37.59 | 0.92 | 0.35 |
| Hex | AD | 6F | 7 | 0 | 24 | 60 | 20 | 26 | 5C | 23 |
| Octal | 255 | 157 | 7 | 0 | 44 | 140 | 40 | 46 | 134 | 43 |
| Binary | 10101101 | 1101111 | 111 | 0 | 100100 | 1100000 | 100000 | 100110 | 1011100 | 100011 |
Color Harmonies of #AD6F07
Complementary color
Monochromatic Colors of #AD6F07
Black with #AD6F07
Text Example
Text Example
White with #AD6F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F07; }
p { color: rgb(173,111,7); }
H1.HeaderClassName
{
color: #AD6F07;
}
.AnyTagClassName
{
color: #AD6F07;
}
</style>
background-color css
<style>
a { background-color: #AD6F07; }
a { background-color: rgb(173,111,7); }
div.DivClassName
{
background-color: #AD6F07;
}
.BgClassName
{
background-color: #AD6F07;
}
</style>
border-color css
<style>
span { border-color: #AD6F07; }
span { border-color: rgb(173,111,7); }
td.TdClassName
{
border-color: #AD6F07;
}
.TagClassName
{
border-color: #AD6F07;
}
</style>