Shades of Golden Brown #AD6907
Tints of Golden Brown #AD6907
RGB
CMYK
RGB Variations
Color information
#AD6907 (or 0xAD6907) is known color: Golden Brown. HEX triplet: AD, 69 and 07. RGB value is (173,105,7). Sum of RGB (Red+Green+Blue) = 173+105+7=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6907 is #5296F8. Grayscale: #727272. Windows color (decimal): -5412601 or 485805. OLE color: 485805.
HSL color Cylindrical-coordinate representation of color #AD6907: hue angle of 35.42º 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 #AD6907 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.32 |
| HSL | 35.42º | 0.92% | 0.35% | - |
| HSV(B) | 35.42º | 0.96% | 0.68% | - |
| XYZ | 22.32 | 19 | 2.69 | - |
| YUV | 114.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 7 | 0 | 0.39 | 0.96 | 0.32 | 35.42 | 0.92 | 0.35 |
| Hex | AD | 69 | 7 | 0 | 27 | 60 | 20 | 23 | 5C | 23 |
| Octal | 255 | 151 | 7 | 0 | 47 | 140 | 40 | 43 | 134 | 43 |
| Binary | 10101101 | 1101001 | 111 | 0 | 100111 | 1100000 | 100000 | 100011 | 1011100 | 100011 |
Color Harmonies of #AD6907
Complementary color
Monochromatic Colors of #AD6907
Black with #AD6907
Text Example
Text Example
White with #AD6907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6907; }
p { color: rgb(173,105,7); }
H1.HeaderClassName
{
color: #AD6907;
}
.AnyTagClassName
{
color: #AD6907;
}
</style>
background-color css
<style>
a { background-color: #AD6907; }
a { background-color: rgb(173,105,7); }
div.DivClassName
{
background-color: #AD6907;
}
.BgClassName
{
background-color: #AD6907;
}
</style>
border-color css
<style>
span { border-color: #AD6907; }
span { border-color: rgb(173,105,7); }
td.TdClassName
{
border-color: #AD6907;
}
.TagClassName
{
border-color: #AD6907;
}
</style>