Shades of Golden Brown #AD6200
Tints of Golden Brown #AD6200
RGB
CMYK
RGB Variations
Color information
#AD6200 (or 0xAD6200) is known color: Golden Brown. HEX triplet: AD, 62 and 00. RGB value is (173,98,0). Sum of RGB (Red+Green+Blue) = 173+98+0=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6200 is #529DFF. Grayscale: #6D6D6D. Windows color (decimal): -5414400 or 25261. OLE color: 25261.
HSL color Cylindrical-coordinate representation of color #AD6200: hue angle of 33.99º 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 #AD6200 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.32 |
| HSL | 33.99º | 1% | 0.34% | - |
| HSV(B) | 33.99º | 1% | 0.68% | - |
| XYZ | 21.6 | 17.62 | 2.26 | - |
| YUV | 109.25 | 66.35 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 0 | 0 | 0.43 | 1 | 0.32 | 33.99 | 1 | 0.34 |
| Hex | AD | 62 | 0 | 0 | 2B | 64 | 20 | 22 | 64 | 22 |
| Octal | 255 | 142 | 0 | 0 | 53 | 144 | 40 | 42 | 144 | 42 |
| Binary | 10101101 | 1100010 | 0 | 0 | 101011 | 1100100 | 100000 | 100010 | 1100100 | 100010 |
Color Harmonies of #AD6200
Complementary color
Monochromatic Colors of #AD6200
Black with #AD6200
Text Example
Text Example
White with #AD6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6200; }
p { color: rgb(173,98,0); }
H1.HeaderClassName
{
color: #AD6200;
}
.AnyTagClassName
{
color: #AD6200;
}
</style>
background-color css
<style>
a { background-color: #AD6200; }
a { background-color: rgb(173,98,0); }
div.DivClassName
{
background-color: #AD6200;
}
.BgClassName
{
background-color: #AD6200;
}
</style>
border-color css
<style>
span { border-color: #AD6200; }
span { border-color: rgb(173,98,0); }
td.TdClassName
{
border-color: #AD6200;
}
.TagClassName
{
border-color: #AD6200;
}
</style>