Shades of Golden Brown #AD6803
Tints of Golden Brown #AD6803
RGB
CMYK
RGB Variations
Color information
#AD6803 (or 0xAD6803) is known color: Golden Brown. HEX triplet: AD, 68 and 03. RGB value is (173,104,3). Sum of RGB (Red+Green+Blue) = 173+104+3=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6803 is #5297FC. Grayscale: #717171. Windows color (decimal): -5412861 or 223405. OLE color: 223405.
HSL color Cylindrical-coordinate representation of color #AD6803: hue angle of 35.65º 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 #AD6803 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.32 |
| HSL | 35.65º | 0.97% | 0.35% | - |
| HSV(B) | 35.65º | 0.98% | 0.68% | - |
| XYZ | 22.2 | 18.79 | 2.54 | - |
| YUV | 113.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 3 | 0 | 0.40 | 0.98 | 0.32 | 35.65 | 0.97 | 0.35 |
| Hex | AD | 68 | 3 | 0 | 28 | 62 | 20 | 24 | 61 | 23 |
| Octal | 255 | 150 | 3 | 0 | 50 | 142 | 40 | 44 | 141 | 43 |
| Binary | 10101101 | 1101000 | 11 | 0 | 101000 | 1100010 | 100000 | 100100 | 1100001 | 100011 |
Color Harmonies of #AD6803
Complementary color
Monochromatic Colors of #AD6803
Black with #AD6803
Text Example
Text Example
White with #AD6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6803; }
p { color: rgb(173,104,3); }
H1.HeaderClassName
{
color: #AD6803;
}
.AnyTagClassName
{
color: #AD6803;
}
</style>
background-color css
<style>
a { background-color: #AD6803; }
a { background-color: rgb(173,104,3); }
div.DivClassName
{
background-color: #AD6803;
}
.BgClassName
{
background-color: #AD6803;
}
</style>
border-color css
<style>
span { border-color: #AD6803; }
span { border-color: rgb(173,104,3); }
td.TdClassName
{
border-color: #AD6803;
}
.TagClassName
{
border-color: #AD6803;
}
</style>