Shades of Golden Brown #AD6100
Tints of Golden Brown #AD6100
RGB
CMYK
RGB Variations
Color information
#AD6100 (or 0xAD6100) is known color: Golden Brown. HEX triplet: AD, 61 and 00. RGB value is (173,97,0). Sum of RGB (Red+Green+Blue) = 173+97+0=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6100 is #529EFF. Grayscale: #6D6D6D. Windows color (decimal): -5414656 or 25005. OLE color: 25005.
HSL color Cylindrical-coordinate representation of color #AD6100: hue angle of 33.64º 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 #AD6100 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.32 |
| HSL | 33.64º | 1% | 0.34% | - |
| HSV(B) | 33.64º | 1% | 0.68% | - |
| XYZ | 21.51 | 17.43 | 2.23 | - |
| YUV | 108.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 0 | 0 | 0.44 | 1 | 0.32 | 33.64 | 1 | 0.34 |
| Hex | AD | 61 | 0 | 0 | 2C | 64 | 20 | 22 | 64 | 22 |
| Octal | 255 | 141 | 0 | 0 | 54 | 144 | 40 | 42 | 144 | 42 |
| Binary | 10101101 | 1100001 | 0 | 0 | 101100 | 1100100 | 100000 | 100010 | 1100100 | 100010 |
Color Harmonies of #AD6100
Complementary color
Monochromatic Colors of #AD6100
Black with #AD6100
Text Example
Text Example
White with #AD6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6100; }
p { color: rgb(173,97,0); }
H1.HeaderClassName
{
color: #AD6100;
}
.AnyTagClassName
{
color: #AD6100;
}
</style>
background-color css
<style>
a { background-color: #AD6100; }
a { background-color: rgb(173,97,0); }
div.DivClassName
{
background-color: #AD6100;
}
.BgClassName
{
background-color: #AD6100;
}
</style>
border-color css
<style>
span { border-color: #AD6100; }
span { border-color: rgb(173,97,0); }
td.TdClassName
{
border-color: #AD6100;
}
.TagClassName
{
border-color: #AD6100;
}
</style>