Shades of Golden Brown #AD6700
Tints of Golden Brown #AD6700
RGB
CMYK
RGB Variations
Color information
#AD6700 (or 0xAD6700) is known color: Golden Brown. HEX triplet: AD, 67 and 00. RGB value is (173,103,0). Sum of RGB (Red+Green+Blue) = 173+103+0=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6700 is #5298FF. Grayscale: #707070. Windows color (decimal): -5413120 or 26541. OLE color: 26541.
HSL color Cylindrical-coordinate representation of color #AD6700: hue angle of 35.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD6700 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.32 |
| HSL | 35.72º | 1% | 0.34% | - |
| HSV(B) | 35.72º | 1% | 0.68% | - |
| XYZ | 22.08 | 18.58 | 2.42 | - |
| YUV | 112.19 | 64.69 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 0 | 0 | 0.40 | 1 | 0.32 | 35.72 | 1 | 0.34 |
| Hex | AD | 67 | 0 | 0 | 28 | 64 | 20 | 24 | 64 | 22 |
| Octal | 255 | 147 | 0 | 0 | 50 | 144 | 40 | 44 | 144 | 42 |
| Binary | 10101101 | 1100111 | 0 | 0 | 101000 | 1100100 | 100000 | 100100 | 1100100 | 100010 |
Color Harmonies of #AD6700
Complementary color
Monochromatic Colors of #AD6700
Black with #AD6700
Text Example
Text Example
White with #AD6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6700; }
p { color: rgb(173,103,0); }
H1.HeaderClassName
{
color: #AD6700;
}
.AnyTagClassName
{
color: #AD6700;
}
</style>
background-color css
<style>
a { background-color: #AD6700; }
a { background-color: rgb(173,103,0); }
div.DivClassName
{
background-color: #AD6700;
}
.BgClassName
{
background-color: #AD6700;
}
</style>
border-color css
<style>
span { border-color: #AD6700; }
span { border-color: rgb(173,103,0); }
td.TdClassName
{
border-color: #AD6700;
}
.TagClassName
{
border-color: #AD6700;
}
</style>