Shades of Golden Brown #AD6203
Tints of Golden Brown #AD6203
RGB
CMYK
RGB Variations
Color information
#AD6203 (or 0xAD6203) is known color: Golden Brown. HEX triplet: AD, 62 and 03. RGB value is (173,98,3). Sum of RGB (Red+Green+Blue) = 173+98+3=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6203 is #529DFC. Grayscale: #6E6E6E. Windows color (decimal): -5414397 or 221869. OLE color: 221869.
HSL color Cylindrical-coordinate representation of color #AD6203: hue angle of 33.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD6203 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.32 |
| HSL | 33.53º | 0.97% | 0.35% | - |
| HSV(B) | 33.53º | 0.98% | 0.68% | - |
| XYZ | 21.62 | 17.63 | 2.35 | - |
| YUV | 109.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 3 | 0 | 0.43 | 0.98 | 0.32 | 33.53 | 0.97 | 0.35 |
| Hex | AD | 62 | 3 | 0 | 2B | 62 | 20 | 22 | 61 | 23 |
| Octal | 255 | 142 | 3 | 0 | 53 | 142 | 40 | 42 | 141 | 43 |
| Binary | 10101101 | 1100010 | 11 | 0 | 101011 | 1100010 | 100000 | 100010 | 1100001 | 100011 |
Color Harmonies of #AD6203
Complementary color
Monochromatic Colors of #AD6203
Black with #AD6203
Text Example
Text Example
White with #AD6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6203; }
p { color: rgb(173,98,3); }
H1.HeaderClassName
{
color: #AD6203;
}
.AnyTagClassName
{
color: #AD6203;
}
</style>
background-color css
<style>
a { background-color: #AD6203; }
a { background-color: rgb(173,98,3); }
div.DivClassName
{
background-color: #AD6203;
}
.BgClassName
{
background-color: #AD6203;
}
</style>
border-color css
<style>
span { border-color: #AD6203; }
span { border-color: rgb(173,98,3); }
td.TdClassName
{
border-color: #AD6203;
}
.TagClassName
{
border-color: #AD6203;
}
</style>