Shades of Golden Brown #AD6007
Tints of Golden Brown #AD6007
RGB
CMYK
RGB Variations
Color information
#AD6007 (or 0xAD6007) is known color: Golden Brown. HEX triplet: AD, 60 and 07. RGB value is (173,96,7). Sum of RGB (Red+Green+Blue) = 173+96+7=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6007 is #529FF8. Grayscale: #6D6D6D. Windows color (decimal): -5414905 or 483501. OLE color: 483501.
HSL color Cylindrical-coordinate representation of color #AD6007: hue angle of 32.17º 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 #AD6007 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.32 |
| HSL | 32.17º | 0.92% | 0.35% | - |
| HSV(B) | 32.17º | 0.96% | 0.68% | - |
| XYZ | 21.45 | 17.27 | 2.4 | - |
| YUV | 108.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 7 | 0 | 0.45 | 0.96 | 0.32 | 32.17 | 0.92 | 0.35 |
| Hex | AD | 60 | 7 | 0 | 2D | 60 | 20 | 20 | 5C | 23 |
| Octal | 255 | 140 | 7 | 0 | 55 | 140 | 40 | 40 | 134 | 43 |
| Binary | 10101101 | 1100000 | 111 | 0 | 101101 | 1100000 | 100000 | 100000 | 1011100 | 100011 |
Color Harmonies of #AD6007
Complementary color
Monochromatic Colors of #AD6007
Black with #AD6007
Text Example
Text Example
White with #AD6007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6007; }
p { color: rgb(173,96,7); }
H1.HeaderClassName
{
color: #AD6007;
}
.AnyTagClassName
{
color: #AD6007;
}
</style>
background-color css
<style>
a { background-color: #AD6007; }
a { background-color: rgb(173,96,7); }
div.DivClassName
{
background-color: #AD6007;
}
.BgClassName
{
background-color: #AD6007;
}
</style>
border-color css
<style>
span { border-color: #AD6007; }
span { border-color: rgb(173,96,7); }
td.TdClassName
{
border-color: #AD6007;
}
.TagClassName
{
border-color: #AD6007;
}
</style>