Shades of Golden Brown #AD6103
Tints of Golden Brown #AD6103
RGB
CMYK
RGB Variations
Color information
#AD6103 (or 0xAD6103) is known color: Golden Brown. HEX triplet: AD, 61 and 03. RGB value is (173,97,3). Sum of RGB (Red+Green+Blue) = 173+97+3=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6103 is #529EFC. Grayscale: #6D6D6D. Windows color (decimal): -5414653 or 221613. OLE color: 221613.
HSL color Cylindrical-coordinate representation of color #AD6103: hue angle of 33.18º 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 #AD6103 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.32 |
| HSL | 33.18º | 0.97% | 0.35% | - |
| HSV(B) | 33.18º | 0.98% | 0.68% | - |
| XYZ | 21.52 | 17.44 | 2.32 | - |
| YUV | 109.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 3 | 0 | 0.44 | 0.98 | 0.32 | 33.18 | 0.97 | 0.35 |
| Hex | AD | 61 | 3 | 0 | 2C | 62 | 20 | 21 | 61 | 23 |
| Octal | 255 | 141 | 3 | 0 | 54 | 142 | 40 | 41 | 141 | 43 |
| Binary | 10101101 | 1100001 | 11 | 0 | 101100 | 1100010 | 100000 | 100001 | 1100001 | 100011 |
Color Harmonies of #AD6103
Complementary color
Monochromatic Colors of #AD6103
Black with #AD6103
Text Example
Text Example
White with #AD6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6103; }
p { color: rgb(173,97,3); }
H1.HeaderClassName
{
color: #AD6103;
}
.AnyTagClassName
{
color: #AD6103;
}
</style>
background-color css
<style>
a { background-color: #AD6103; }
a { background-color: rgb(173,97,3); }
div.DivClassName
{
background-color: #AD6103;
}
.BgClassName
{
background-color: #AD6103;
}
</style>
border-color css
<style>
span { border-color: #AD6103; }
span { border-color: rgb(173,97,3); }
td.TdClassName
{
border-color: #AD6103;
}
.TagClassName
{
border-color: #AD6103;
}
</style>