Shades of Golden Brown #AD6119
Tints of Golden Brown #AD6119
RGB
CMYK
RGB Variations
Color information
#AD6119 (or 0xAD6119) is known color: Golden Brown. HEX triplet: AD, 61 and 19. RGB value is (173,97,25). Sum of RGB (Red+Green+Blue) = 173+97+25=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6119 is #529EE6. Grayscale: #6F6F6F. Windows color (decimal): -5414631 or 1663405. OLE color: 1663405.
HSL color Cylindrical-coordinate representation of color #AD6119: hue angle of 29.19º 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 #AD6119 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 25 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.32 |
| HSL | 29.19º | 0.75% | 0.39% | - |
| HSV(B) | 29.19º | 0.86% | 0.68% | - |
| XYZ | 21.68 | 17.5 | 3.16 | - |
| YUV | 111.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 25 | 0 | 0.44 | 0.86 | 0.32 | 29.19 | 0.75 | 0.39 |
| Hex | AD | 61 | 19 | 0 | 2C | 56 | 20 | 1D | 4B | 27 |
| Octal | 255 | 141 | 31 | 0 | 54 | 126 | 40 | 35 | 113 | 47 |
| Binary | 10101101 | 1100001 | 11001 | 0 | 101100 | 1010110 | 100000 | 11101 | 1001011 | 100111 |
Color Harmonies of #AD6119
Complementary color
Monochromatic Colors of #AD6119
Black with #AD6119
Text Example
Text Example
White with #AD6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6119; }
p { color: rgb(173,97,25); }
H1.HeaderClassName
{
color: #AD6119;
}
.AnyTagClassName
{
color: #AD6119;
}
</style>
background-color css
<style>
a { background-color: #AD6119; }
a { background-color: rgb(173,97,25); }
div.DivClassName
{
background-color: #AD6119;
}
.BgClassName
{
background-color: #AD6119;
}
</style>
border-color css
<style>
span { border-color: #AD6119; }
span { border-color: rgb(173,97,25); }
td.TdClassName
{
border-color: #AD6119;
}
.TagClassName
{
border-color: #AD6119;
}
</style>