Shades of Golden Brown #AD6104
Tints of Golden Brown #AD6104
RGB
CMYK
RGB Variations
Color information
#AD6104 (or 0xAD6104) is known color: Golden Brown. HEX triplet: AD, 61 and 04. RGB value is (173,97,4). Sum of RGB (Red+Green+Blue) = 173+97+4=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6104 is #529EFB. Grayscale: #6D6D6D. Windows color (decimal): -5414652 or 287149. OLE color: 287149.
HSL color Cylindrical-coordinate representation of color #AD6104: hue angle of 33.02º 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 #AD6104 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.32 |
| HSL | 33.02º | 0.95% | 0.35% | - |
| HSV(B) | 33.02º | 0.98% | 0.68% | - |
| XYZ | 21.53 | 17.44 | 2.35 | - |
| YUV | 109.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 4 | 0 | 0.44 | 0.98 | 0.32 | 33.02 | 0.95 | 0.35 |
| Hex | AD | 61 | 4 | 0 | 2C | 62 | 20 | 21 | 5F | 23 |
| Octal | 255 | 141 | 4 | 0 | 54 | 142 | 40 | 41 | 137 | 43 |
| Binary | 10101101 | 1100001 | 100 | 0 | 101100 | 1100010 | 100000 | 100001 | 1011111 | 100011 |
Color Harmonies of #AD6104
Complementary color
Monochromatic Colors of #AD6104
Black with #AD6104
Text Example
Text Example
White with #AD6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6104; }
p { color: rgb(173,97,4); }
H1.HeaderClassName
{
color: #AD6104;
}
.AnyTagClassName
{
color: #AD6104;
}
</style>
background-color css
<style>
a { background-color: #AD6104; }
a { background-color: rgb(173,97,4); }
div.DivClassName
{
background-color: #AD6104;
}
.BgClassName
{
background-color: #AD6104;
}
</style>
border-color css
<style>
span { border-color: #AD6104; }
span { border-color: rgb(173,97,4); }
td.TdClassName
{
border-color: #AD6104;
}
.TagClassName
{
border-color: #AD6104;
}
</style>