Shades of Golden Brown #AD6400
Tints of Golden Brown #AD6400
RGB
CMYK
RGB Variations
Color information
#AD6400 (or 0xAD6400) is known color: Golden Brown. HEX triplet: AD, 64 and 00. RGB value is (173,100,0). Sum of RGB (Red+Green+Blue) = 173+100+0=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6400 is #529BFF. Grayscale: #6E6E6E. Windows color (decimal): -5413888 or 25773. OLE color: 25773.
HSL color Cylindrical-coordinate representation of color #AD6400: hue angle of 34.68º 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 #AD6400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.32 |
| HSL | 34.68º | 1% | 0.34% | - |
| HSV(B) | 34.68º | 1% | 0.68% | - |
| XYZ | 21.79 | 18 | 2.33 | - |
| YUV | 110.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 0 | 0 | 0.42 | 1 | 0.32 | 34.68 | 1 | 0.34 |
| Hex | AD | 64 | 0 | 0 | 2A | 64 | 20 | 23 | 64 | 22 |
| Octal | 255 | 144 | 0 | 0 | 52 | 144 | 40 | 43 | 144 | 42 |
| Binary | 10101101 | 1100100 | 0 | 0 | 101010 | 1100100 | 100000 | 100011 | 1100100 | 100010 |
Color Harmonies of #AD6400
Complementary color
Monochromatic Colors of #AD6400
Black with #AD6400
Text Example
Text Example
White with #AD6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6400; }
p { color: rgb(173,100,0); }
H1.HeaderClassName
{
color: #AD6400;
}
.AnyTagClassName
{
color: #AD6400;
}
</style>
background-color css
<style>
a { background-color: #AD6400; }
a { background-color: rgb(173,100,0); }
div.DivClassName
{
background-color: #AD6400;
}
.BgClassName
{
background-color: #AD6400;
}
</style>
border-color css
<style>
span { border-color: #AD6400; }
span { border-color: rgb(173,100,0); }
td.TdClassName
{
border-color: #AD6400;
}
.TagClassName
{
border-color: #AD6400;
}
</style>