Shades of Golden Brown #AD6004
Tints of Golden Brown #AD6004
RGB
CMYK
RGB Variations
Color information
#AD6004 (or 0xAD6004) is known color: Golden Brown. HEX triplet: AD, 60 and 04. RGB value is (173,96,4). Sum of RGB (Red+Green+Blue) = 173+96+4=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6004 is #529FFB. Grayscale: #6C6C6C. Windows color (decimal): -5414908 or 286893. OLE color: 286893.
HSL color Cylindrical-coordinate representation of color #AD6004: hue angle of 32.66º 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 #AD6004 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.32 |
| HSL | 32.66º | 0.95% | 0.35% | - |
| HSV(B) | 32.66º | 0.98% | 0.68% | - |
| XYZ | 21.44 | 17.26 | 2.32 | - |
| YUV | 108.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 4 | 0 | 0.45 | 0.98 | 0.32 | 32.66 | 0.95 | 0.35 |
| Hex | AD | 60 | 4 | 0 | 2D | 62 | 20 | 21 | 5F | 23 |
| Octal | 255 | 140 | 4 | 0 | 55 | 142 | 40 | 41 | 137 | 43 |
| Binary | 10101101 | 1100000 | 100 | 0 | 101101 | 1100010 | 100000 | 100001 | 1011111 | 100011 |
Color Harmonies of #AD6004
Complementary color
Monochromatic Colors of #AD6004
Black with #AD6004
Text Example
Text Example
White with #AD6004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6004; }
p { color: rgb(173,96,4); }
H1.HeaderClassName
{
color: #AD6004;
}
.AnyTagClassName
{
color: #AD6004;
}
</style>
background-color css
<style>
a { background-color: #AD6004; }
a { background-color: rgb(173,96,4); }
div.DivClassName
{
background-color: #AD6004;
}
.BgClassName
{
background-color: #AD6004;
}
</style>
border-color css
<style>
span { border-color: #AD6004; }
span { border-color: rgb(173,96,4); }
td.TdClassName
{
border-color: #AD6004;
}
.TagClassName
{
border-color: #AD6004;
}
</style>