Shades of Golden Brown #AD6A19
Tints of Golden Brown #AD6A19
RGB
CMYK
RGB Variations
Color information
#AD6A19 (or 0xAD6A19) is known color: Golden Brown. HEX triplet: AD, 6A and 19. RGB value is (173,106,25). Sum of RGB (Red+Green+Blue) = 173+106+25=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A19 is #5295E6. Grayscale: #757575. Windows color (decimal): -5412327 or 1665709. OLE color: 1665709.
HSL color Cylindrical-coordinate representation of color #AD6A19: hue angle of 32.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6A19 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 25 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.32 |
| HSL | 32.84º | 0.75% | 0.39% | - |
| HSV(B) | 32.84º | 0.86% | 0.68% | - |
| XYZ | 22.56 | 19.26 | 3.45 | - |
| YUV | 116.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 25 | 0 | 0.39 | 0.86 | 0.32 | 32.84 | 0.75 | 0.39 |
| Hex | AD | 6A | 19 | 0 | 27 | 56 | 20 | 21 | 4B | 27 |
| Octal | 255 | 152 | 31 | 0 | 47 | 126 | 40 | 41 | 113 | 47 |
| Binary | 10101101 | 1101010 | 11001 | 0 | 100111 | 1010110 | 100000 | 100001 | 1001011 | 100111 |
Color Harmonies of #AD6A19
Complementary color
Monochromatic Colors of #AD6A19
Black with #AD6A19
Text Example
Text Example
White with #AD6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A19; }
p { color: rgb(173,106,25); }
H1.HeaderClassName
{
color: #AD6A19;
}
.AnyTagClassName
{
color: #AD6A19;
}
</style>
background-color css
<style>
a { background-color: #AD6A19; }
a { background-color: rgb(173,106,25); }
div.DivClassName
{
background-color: #AD6A19;
}
.BgClassName
{
background-color: #AD6A19;
}
</style>
border-color css
<style>
span { border-color: #AD6A19; }
span { border-color: rgb(173,106,25); }
td.TdClassName
{
border-color: #AD6A19;
}
.TagClassName
{
border-color: #AD6A19;
}
</style>