Shades of Golden Brown #AD6112
Tints of Golden Brown #AD6112
RGB
CMYK
RGB Variations
Color information
#AD6112 (or 0xAD6112) is known color: Golden Brown. HEX triplet: AD, 61 and 12. RGB value is (173,97,18). Sum of RGB (Red+Green+Blue) = 173+97+18=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6112 is #529EED. Grayscale: #6F6F6F. Windows color (decimal): -5414638 or 1204653. OLE color: 1204653.
HSL color Cylindrical-coordinate representation of color #AD6112: hue angle of 30.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD6112 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 18 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.32 |
| HSL | 30.58º | 0.81% | 0.37% | - |
| HSV(B) | 30.58º | 0.9% | 0.68% | - |
| XYZ | 21.62 | 17.48 | 2.81 | - |
| YUV | 110.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 18 | 0 | 0.44 | 0.90 | 0.32 | 30.58 | 0.81 | 0.37 |
| Hex | AD | 61 | 12 | 0 | 2C | 5A | 20 | 1F | 51 | 25 |
| Octal | 255 | 141 | 22 | 0 | 54 | 132 | 40 | 37 | 121 | 45 |
| Binary | 10101101 | 1100001 | 10010 | 0 | 101100 | 1011010 | 100000 | 11111 | 1010001 | 100101 |
Color Harmonies of #AD6112
Complementary color
Monochromatic Colors of #AD6112
Black with #AD6112
Text Example
Text Example
White with #AD6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6112; }
p { color: rgb(173,97,18); }
H1.HeaderClassName
{
color: #AD6112;
}
.AnyTagClassName
{
color: #AD6112;
}
</style>
background-color css
<style>
a { background-color: #AD6112; }
a { background-color: rgb(173,97,18); }
div.DivClassName
{
background-color: #AD6112;
}
.BgClassName
{
background-color: #AD6112;
}
</style>
border-color css
<style>
span { border-color: #AD6112; }
span { border-color: rgb(173,97,18); }
td.TdClassName
{
border-color: #AD6112;
}
.TagClassName
{
border-color: #AD6112;
}
</style>