Shades of Golden Brown #AD6114
Tints of Golden Brown #AD6114
RGB
CMYK
RGB Variations
Color information
#AD6114 (or 0xAD6114) is known color: Golden Brown. HEX triplet: AD, 61 and 14. RGB value is (173,97,20). Sum of RGB (Red+Green+Blue) = 173+97+20=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6114 is #529EEB. Grayscale: #6F6F6F. Windows color (decimal): -5414636 or 1335725. OLE color: 1335725.
HSL color Cylindrical-coordinate representation of color #AD6114: hue angle of 30.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD6114 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 20 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.32 |
| HSL | 30.2º | 0.79% | 0.38% | - |
| HSV(B) | 30.2º | 0.88% | 0.68% | - |
| XYZ | 21.63 | 17.48 | 2.9 | - |
| YUV | 110.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 20 | 0 | 0.44 | 0.88 | 0.32 | 30.2 | 0.79 | 0.38 |
| Hex | AD | 61 | 14 | 0 | 2C | 58 | 20 | 1E | 4F | 26 |
| Octal | 255 | 141 | 24 | 0 | 54 | 130 | 40 | 36 | 117 | 46 |
| Binary | 10101101 | 1100001 | 10100 | 0 | 101100 | 1011000 | 100000 | 11110 | 1001111 | 100110 |
Color Harmonies of #AD6114
Complementary color
Monochromatic Colors of #AD6114
Black with #AD6114
Text Example
Text Example
White with #AD6114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6114; }
p { color: rgb(173,97,20); }
H1.HeaderClassName
{
color: #AD6114;
}
.AnyTagClassName
{
color: #AD6114;
}
</style>
background-color css
<style>
a { background-color: #AD6114; }
a { background-color: rgb(173,97,20); }
div.DivClassName
{
background-color: #AD6114;
}
.BgClassName
{
background-color: #AD6114;
}
</style>
border-color css
<style>
span { border-color: #AD6114; }
span { border-color: rgb(173,97,20); }
td.TdClassName
{
border-color: #AD6114;
}
.TagClassName
{
border-color: #AD6114;
}
</style>