Shades of Golden Brown #AD6903
Tints of Golden Brown #AD6903
RGB
CMYK
RGB Variations
Color information
#AD6903 (or 0xAD6903) is known color: Golden Brown. HEX triplet: AD, 69 and 03. RGB value is (173,105,3). Sum of RGB (Red+Green+Blue) = 173+105+3=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6903 is #5296FC. Grayscale: #727272. Windows color (decimal): -5412605 or 223661. OLE color: 223661.
HSL color Cylindrical-coordinate representation of color #AD6903: hue angle of 36º 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 #AD6903 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.32 |
| HSL | 36º | 0.97% | 0.35% | - |
| HSV(B) | 36º | 0.98% | 0.68% | - |
| XYZ | 22.3 | 18.99 | 2.58 | - |
| YUV | 113.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 3 | 0 | 0.39 | 0.98 | 0.32 | 36 | 0.97 | 0.35 |
| Hex | AD | 69 | 3 | 0 | 27 | 62 | 20 | 24 | 61 | 23 |
| Octal | 255 | 151 | 3 | 0 | 47 | 142 | 40 | 44 | 141 | 43 |
| Binary | 10101101 | 1101001 | 11 | 0 | 100111 | 1100010 | 100000 | 100100 | 1100001 | 100011 |
Color Harmonies of #AD6903
Complementary color
Monochromatic Colors of #AD6903
Black with #AD6903
Text Example
Text Example
White with #AD6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6903; }
p { color: rgb(173,105,3); }
H1.HeaderClassName
{
color: #AD6903;
}
.AnyTagClassName
{
color: #AD6903;
}
</style>
background-color css
<style>
a { background-color: #AD6903; }
a { background-color: rgb(173,105,3); }
div.DivClassName
{
background-color: #AD6903;
}
.BgClassName
{
background-color: #AD6903;
}
</style>
border-color css
<style>
span { border-color: #AD6903; }
span { border-color: rgb(173,105,3); }
td.TdClassName
{
border-color: #AD6903;
}
.TagClassName
{
border-color: #AD6903;
}
</style>