Shades of Golden Brown #AD6404
Tints of Golden Brown #AD6404
RGB
CMYK
RGB Variations
Color information
#AD6404 (or 0xAD6404) is known color: Golden Brown. HEX triplet: AD, 64 and 04. RGB value is (173,100,4). Sum of RGB (Red+Green+Blue) = 173+100+4=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6404 is #529BFB. Grayscale: #6F6F6F. Windows color (decimal): -5413884 or 287917. OLE color: 287917.
HSL color Cylindrical-coordinate representation of color #AD6404: hue angle of 34.08º degrees, saturation: 0.95, 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 #AD6404 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.32 |
| HSL | 34.08º | 0.95% | 0.35% | - |
| HSV(B) | 34.08º | 0.98% | 0.68% | - |
| XYZ | 21.81 | 18.01 | 2.44 | - |
| YUV | 110.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 4 | 0 | 0.42 | 0.98 | 0.32 | 34.08 | 0.95 | 0.35 |
| Hex | AD | 64 | 4 | 0 | 2A | 62 | 20 | 22 | 5F | 23 |
| Octal | 255 | 144 | 4 | 0 | 52 | 142 | 40 | 42 | 137 | 43 |
| Binary | 10101101 | 1100100 | 100 | 0 | 101010 | 1100010 | 100000 | 100010 | 1011111 | 100011 |
Color Harmonies of #AD6404
Complementary color
Monochromatic Colors of #AD6404
Black with #AD6404
Text Example
Text Example
White with #AD6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6404; }
p { color: rgb(173,100,4); }
H1.HeaderClassName
{
color: #AD6404;
}
.AnyTagClassName
{
color: #AD6404;
}
</style>
background-color css
<style>
a { background-color: #AD6404; }
a { background-color: rgb(173,100,4); }
div.DivClassName
{
background-color: #AD6404;
}
.BgClassName
{
background-color: #AD6404;
}
</style>
border-color css
<style>
span { border-color: #AD6404; }
span { border-color: rgb(173,100,4); }
td.TdClassName
{
border-color: #AD6404;
}
.TagClassName
{
border-color: #AD6404;
}
</style>