Shades of Golden Brown #AD6C04
Tints of Golden Brown #AD6C04
RGB
CMYK
RGB Variations
Color information
#AD6C04 (or 0xAD6C04) is known color: Golden Brown. HEX triplet: AD, 6C and 04. RGB value is (173,108,4). Sum of RGB (Red+Green+Blue) = 173+108+4=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C04 is #5293FB. Grayscale: #747474. Windows color (decimal): -5411836 or 289965. OLE color: 289965.
HSL color Cylindrical-coordinate representation of color #AD6C04: hue angle of 36.92º 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 #AD6C04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.32 |
| HSL | 36.92º | 0.95% | 0.35% | - |
| HSV(B) | 36.92º | 0.98% | 0.68% | - |
| XYZ | 22.62 | 19.62 | 2.71 | - |
| YUV | 115.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 4 | 0 | 0.38 | 0.98 | 0.32 | 36.92 | 0.95 | 0.35 |
| Hex | AD | 6C | 4 | 0 | 26 | 62 | 20 | 25 | 5F | 23 |
| Octal | 255 | 154 | 4 | 0 | 46 | 142 | 40 | 45 | 137 | 43 |
| Binary | 10101101 | 1101100 | 100 | 0 | 100110 | 1100010 | 100000 | 100101 | 1011111 | 100011 |
Color Harmonies of #AD6C04
Complementary color
Monochromatic Colors of #AD6C04
Black with #AD6C04
Text Example
Text Example
White with #AD6C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C04; }
p { color: rgb(173,108,4); }
H1.HeaderClassName
{
color: #AD6C04;
}
.AnyTagClassName
{
color: #AD6C04;
}
</style>
background-color css
<style>
a { background-color: #AD6C04; }
a { background-color: rgb(173,108,4); }
div.DivClassName
{
background-color: #AD6C04;
}
.BgClassName
{
background-color: #AD6C04;
}
</style>
border-color css
<style>
span { border-color: #AD6C04; }
span { border-color: rgb(173,108,4); }
td.TdClassName
{
border-color: #AD6C04;
}
.TagClassName
{
border-color: #AD6C04;
}
</style>