Shades of Golden Brown #AD6012
Tints of Golden Brown #AD6012
RGB
CMYK
RGB Variations
Color information
#AD6012 (or 0xAD6012) is known color: Golden Brown. HEX triplet: AD, 60 and 12. RGB value is (173,96,18). Sum of RGB (Red+Green+Blue) = 173+96+18=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6012 is #529FED. Grayscale: #6E6E6E. Windows color (decimal): -5414894 or 1204397. OLE color: 1204397.
HSL color Cylindrical-coordinate representation of color #AD6012: hue angle of 30.19º 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 #AD6012 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 18 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.32 |
| HSL | 30.19º | 0.81% | 0.37% | - |
| HSV(B) | 30.19º | 0.9% | 0.68% | - |
| XYZ | 21.53 | 17.29 | 2.78 | - |
| YUV | 110.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 18 | 0 | 0.45 | 0.90 | 0.32 | 30.19 | 0.81 | 0.37 |
| Hex | AD | 60 | 12 | 0 | 2D | 5A | 20 | 1E | 51 | 25 |
| Octal | 255 | 140 | 22 | 0 | 55 | 132 | 40 | 36 | 121 | 45 |
| Binary | 10101101 | 1100000 | 10010 | 0 | 101101 | 1011010 | 100000 | 11110 | 1010001 | 100101 |
Color Harmonies of #AD6012
Complementary color
Monochromatic Colors of #AD6012
Black with #AD6012
Text Example
Text Example
White with #AD6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6012; }
p { color: rgb(173,96,18); }
H1.HeaderClassName
{
color: #AD6012;
}
.AnyTagClassName
{
color: #AD6012;
}
</style>
background-color css
<style>
a { background-color: #AD6012; }
a { background-color: rgb(173,96,18); }
div.DivClassName
{
background-color: #AD6012;
}
.BgClassName
{
background-color: #AD6012;
}
</style>
border-color css
<style>
span { border-color: #AD6012; }
span { border-color: rgb(173,96,18); }
td.TdClassName
{
border-color: #AD6012;
}
.TagClassName
{
border-color: #AD6012;
}
</style>