Shades of Golden Brown #AD6403
Tints of Golden Brown #AD6403
RGB
CMYK
RGB Variations
Color information
#AD6403 (or 0xAD6403) is known color: Golden Brown. HEX triplet: AD, 64 and 03. RGB value is (173,100,3). Sum of RGB (Red+Green+Blue) = 173+100+3=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6403 is #529BFC. Grayscale: #6F6F6F. Windows color (decimal): -5413885 or 222381. OLE color: 222381.
HSL color Cylindrical-coordinate representation of color #AD6403: hue angle of 34.24º 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 #AD6403 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.32 |
| HSL | 34.24º | 0.97% | 0.35% | - |
| HSV(B) | 34.24º | 0.98% | 0.68% | - |
| XYZ | 21.81 | 18.01 | 2.41 | - |
| YUV | 110.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 3 | 0 | 0.42 | 0.98 | 0.32 | 34.24 | 0.97 | 0.35 |
| Hex | AD | 64 | 3 | 0 | 2A | 62 | 20 | 22 | 61 | 23 |
| Octal | 255 | 144 | 3 | 0 | 52 | 142 | 40 | 42 | 141 | 43 |
| Binary | 10101101 | 1100100 | 11 | 0 | 101010 | 1100010 | 100000 | 100010 | 1100001 | 100011 |
Color Harmonies of #AD6403
Complementary color
Monochromatic Colors of #AD6403
Black with #AD6403
Text Example
Text Example
White with #AD6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6403; }
p { color: rgb(173,100,3); }
H1.HeaderClassName
{
color: #AD6403;
}
.AnyTagClassName
{
color: #AD6403;
}
</style>
background-color css
<style>
a { background-color: #AD6403; }
a { background-color: rgb(173,100,3); }
div.DivClassName
{
background-color: #AD6403;
}
.BgClassName
{
background-color: #AD6403;
}
</style>
border-color css
<style>
span { border-color: #AD6403; }
span { border-color: rgb(173,100,3); }
td.TdClassName
{
border-color: #AD6403;
}
.TagClassName
{
border-color: #AD6403;
}
</style>