Shades of Golden Brown #AD6A04
Tints of Golden Brown #AD6A04
RGB
CMYK
RGB Variations
Color information
#AD6A04 (or 0xAD6A04) is known color: Golden Brown. HEX triplet: AD, 6A and 04. RGB value is (173,106,4). Sum of RGB (Red+Green+Blue) = 173+106+4=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A04 is #5295FB. Grayscale: #727272. Windows color (decimal): -5412348 or 289453. OLE color: 289453.
HSL color Cylindrical-coordinate representation of color #AD6A04: hue angle of 36.21º 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 #AD6A04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.32 |
| HSL | 36.21º | 0.95% | 0.35% | - |
| HSV(B) | 36.21º | 0.98% | 0.68% | - |
| XYZ | 22.41 | 19.2 | 2.64 | - |
| YUV | 114.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 4 | 0 | 0.39 | 0.98 | 0.32 | 36.21 | 0.95 | 0.35 |
| Hex | AD | 6A | 4 | 0 | 27 | 62 | 20 | 24 | 5F | 23 |
| Octal | 255 | 152 | 4 | 0 | 47 | 142 | 40 | 44 | 137 | 43 |
| Binary | 10101101 | 1101010 | 100 | 0 | 100111 | 1100010 | 100000 | 100100 | 1011111 | 100011 |
Color Harmonies of #AD6A04
Complementary color
Monochromatic Colors of #AD6A04
Black with #AD6A04
Text Example
Text Example
White with #AD6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A04; }
p { color: rgb(173,106,4); }
H1.HeaderClassName
{
color: #AD6A04;
}
.AnyTagClassName
{
color: #AD6A04;
}
</style>
background-color css
<style>
a { background-color: #AD6A04; }
a { background-color: rgb(173,106,4); }
div.DivClassName
{
background-color: #AD6A04;
}
.BgClassName
{
background-color: #AD6A04;
}
</style>
border-color css
<style>
span { border-color: #AD6A04; }
span { border-color: rgb(173,106,4); }
td.TdClassName
{
border-color: #AD6A04;
}
.TagClassName
{
border-color: #AD6A04;
}
</style>