Shades of Golden Brown #AD6713
Tints of Golden Brown #AD6713
RGB
CMYK
RGB Variations
Color information
#AD6713 (or 0xAD6713) is known color: Golden Brown. HEX triplet: AD, 67 and 13. RGB value is (173,103,19). Sum of RGB (Red+Green+Blue) = 173+103+19=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6713 is #5298EC. Grayscale: #727272. Windows color (decimal): -5413101 or 1271725. OLE color: 1271725.
HSL color Cylindrical-coordinate representation of color #AD6713: hue angle of 32.73º 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 #AD6713 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 19 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.32 |
| HSL | 32.73º | 0.8% | 0.38% | - |
| HSV(B) | 32.73º | 0.89% | 0.68% | - |
| XYZ | 22.2 | 18.63 | 3.04 | - |
| YUV | 114.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 19 | 0 | 0.40 | 0.89 | 0.32 | 32.73 | 0.8 | 0.38 |
| Hex | AD | 67 | 13 | 0 | 28 | 59 | 20 | 21 | 50 | 26 |
| Octal | 255 | 147 | 23 | 0 | 50 | 131 | 40 | 41 | 120 | 46 |
| Binary | 10101101 | 1100111 | 10011 | 0 | 101000 | 1011001 | 100000 | 100001 | 1010000 | 100110 |
Color Harmonies of #AD6713
Complementary color
Monochromatic Colors of #AD6713
Black with #AD6713
Text Example
Text Example
White with #AD6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6713; }
p { color: rgb(173,103,19); }
H1.HeaderClassName
{
color: #AD6713;
}
.AnyTagClassName
{
color: #AD6713;
}
</style>
background-color css
<style>
a { background-color: #AD6713; }
a { background-color: rgb(173,103,19); }
div.DivClassName
{
background-color: #AD6713;
}
.BgClassName
{
background-color: #AD6713;
}
</style>
border-color css
<style>
span { border-color: #AD6713; }
span { border-color: rgb(173,103,19); }
td.TdClassName
{
border-color: #AD6713;
}
.TagClassName
{
border-color: #AD6713;
}
</style>