Shades of Golden Brown #AD6412
Tints of Golden Brown #AD6412
RGB
CMYK
RGB Variations
Color information
#AD6412 (or 0xAD6412) is known color: Golden Brown. HEX triplet: AD, 64 and 12. RGB value is (173,100,18). Sum of RGB (Red+Green+Blue) = 173+100+18=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6412 is #529BED. Grayscale: #707070. Windows color (decimal): -5413870 or 1205421. OLE color: 1205421.
HSL color Cylindrical-coordinate representation of color #AD6412: hue angle of 31.74º 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 #AD6412 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.32 |
| HSL | 31.74º | 0.81% | 0.37% | - |
| HSV(B) | 31.74º | 0.9% | 0.68% | - |
| XYZ | 21.9 | 18.04 | 2.9 | - |
| YUV | 112.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 18 | 0 | 0.42 | 0.90 | 0.32 | 31.74 | 0.81 | 0.37 |
| Hex | AD | 64 | 12 | 0 | 2A | 5A | 20 | 20 | 51 | 25 |
| Octal | 255 | 144 | 22 | 0 | 52 | 132 | 40 | 40 | 121 | 45 |
| Binary | 10101101 | 1100100 | 10010 | 0 | 101010 | 1011010 | 100000 | 100000 | 1010001 | 100101 |
Color Harmonies of #AD6412
Complementary color
Monochromatic Colors of #AD6412
Black with #AD6412
Text Example
Text Example
White with #AD6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6412; }
p { color: rgb(173,100,18); }
H1.HeaderClassName
{
color: #AD6412;
}
.AnyTagClassName
{
color: #AD6412;
}
</style>
background-color css
<style>
a { background-color: #AD6412; }
a { background-color: rgb(173,100,18); }
div.DivClassName
{
background-color: #AD6412;
}
.BgClassName
{
background-color: #AD6412;
}
</style>
border-color css
<style>
span { border-color: #AD6412; }
span { border-color: rgb(173,100,18); }
td.TdClassName
{
border-color: #AD6412;
}
.TagClassName
{
border-color: #AD6412;
}
</style>