Shades of Golden Brown #AD7213
Tints of Golden Brown #AD7213
RGB
CMYK
RGB Variations
Color information
#AD7213 (or 0xAD7213) is known color: Golden Brown. HEX triplet: AD, 72 and 13. RGB value is (173,114,19). Sum of RGB (Red+Green+Blue) = 173+114+19=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7213 is #528DEC. Grayscale: #797979. Windows color (decimal): -5410285 or 1274541. OLE color: 1274541.
HSL color Cylindrical-coordinate representation of color #AD7213: hue angle of 37.01º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD7213 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 19 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.32 |
| HSL | 37.01º | 0.8% | 0.38% | - |
| HSV(B) | 37.01º | 0.89% | 0.68% | - |
| XYZ | 23.37 | 20.97 | 3.43 | - |
| YUV | 120.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 19 | 0 | 0.34 | 0.89 | 0.32 | 37.01 | 0.8 | 0.38 |
| Hex | AD | 72 | 13 | 0 | 22 | 59 | 20 | 25 | 50 | 26 |
| Octal | 255 | 162 | 23 | 0 | 42 | 131 | 40 | 45 | 120 | 46 |
| Binary | 10101101 | 1110010 | 10011 | 0 | 100010 | 1011001 | 100000 | 100101 | 1010000 | 100110 |
Color Harmonies of #AD7213
Complementary color
Monochromatic Colors of #AD7213
Black with #AD7213
Text Example
Text Example
White with #AD7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7213; }
p { color: rgb(173,114,19); }
H1.HeaderClassName
{
color: #AD7213;
}
.AnyTagClassName
{
color: #AD7213;
}
</style>
background-color css
<style>
a { background-color: #AD7213; }
a { background-color: rgb(173,114,19); }
div.DivClassName
{
background-color: #AD7213;
}
.BgClassName
{
background-color: #AD7213;
}
</style>
border-color css
<style>
span { border-color: #AD7213; }
span { border-color: rgb(173,114,19); }
td.TdClassName
{
border-color: #AD7213;
}
.TagClassName
{
border-color: #AD7213;
}
</style>