Shades of Golden Brown #AD6904
Tints of Golden Brown #AD6904
RGB
CMYK
RGB Variations
Color information
#AD6904 (or 0xAD6904) is known color: Golden Brown. HEX triplet: AD, 69 and 04. RGB value is (173,105,4). Sum of RGB (Red+Green+Blue) = 173+105+4=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6904 is #5296FB. Grayscale: #727272. Windows color (decimal): -5412604 or 289197. OLE color: 289197.
HSL color Cylindrical-coordinate representation of color #AD6904: hue angle of 35.86º 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 #AD6904 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.32 |
| HSL | 35.86º | 0.95% | 0.35% | - |
| HSV(B) | 35.86º | 0.98% | 0.68% | - |
| XYZ | 22.31 | 19 | 2.61 | - |
| YUV | 113.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 4 | 0 | 0.39 | 0.98 | 0.32 | 35.86 | 0.95 | 0.35 |
| Hex | AD | 69 | 4 | 0 | 27 | 62 | 20 | 24 | 5F | 23 |
| Octal | 255 | 151 | 4 | 0 | 47 | 142 | 40 | 44 | 137 | 43 |
| Binary | 10101101 | 1101001 | 100 | 0 | 100111 | 1100010 | 100000 | 100100 | 1011111 | 100011 |
Color Harmonies of #AD6904
Complementary color
Monochromatic Colors of #AD6904
Black with #AD6904
Text Example
Text Example
White with #AD6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6904; }
p { color: rgb(173,105,4); }
H1.HeaderClassName
{
color: #AD6904;
}
.AnyTagClassName
{
color: #AD6904;
}
</style>
background-color css
<style>
a { background-color: #AD6904; }
a { background-color: rgb(173,105,4); }
div.DivClassName
{
background-color: #AD6904;
}
.BgClassName
{
background-color: #AD6904;
}
</style>
border-color css
<style>
span { border-color: #AD6904; }
span { border-color: rgb(173,105,4); }
td.TdClassName
{
border-color: #AD6904;
}
.TagClassName
{
border-color: #AD6904;
}
</style>