Shades of Golden Brown #AD6613
Tints of Golden Brown #AD6613
RGB
CMYK
RGB Variations
Color information
#AD6613 (or 0xAD6613) is known color: Golden Brown. HEX triplet: AD, 66 and 13. RGB value is (173,102,19). Sum of RGB (Red+Green+Blue) = 173+102+19=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6613 is #5299EC. Grayscale: #727272. Windows color (decimal): -5413357 or 1271469. OLE color: 1271469.
HSL color Cylindrical-coordinate representation of color #AD6613: hue angle of 32.34º 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 #AD6613 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 19 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.32 |
| HSL | 32.34º | 0.8% | 0.38% | - |
| HSV(B) | 32.34º | 0.89% | 0.68% | - |
| XYZ | 22.1 | 18.43 | 3.01 | - |
| YUV | 113.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 19 | 0 | 0.41 | 0.89 | 0.32 | 32.34 | 0.8 | 0.38 |
| Hex | AD | 66 | 13 | 0 | 29 | 59 | 20 | 20 | 50 | 26 |
| Octal | 255 | 146 | 23 | 0 | 51 | 131 | 40 | 40 | 120 | 46 |
| Binary | 10101101 | 1100110 | 10011 | 0 | 101001 | 1011001 | 100000 | 100000 | 1010000 | 100110 |
Color Harmonies of #AD6613
Complementary color
Monochromatic Colors of #AD6613
Black with #AD6613
Text Example
Text Example
White with #AD6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6613; }
p { color: rgb(173,102,19); }
H1.HeaderClassName
{
color: #AD6613;
}
.AnyTagClassName
{
color: #AD6613;
}
</style>
background-color css
<style>
a { background-color: #AD6613; }
a { background-color: rgb(173,102,19); }
div.DivClassName
{
background-color: #AD6613;
}
.BgClassName
{
background-color: #AD6613;
}
</style>
border-color css
<style>
span { border-color: #AD6613; }
span { border-color: rgb(173,102,19); }
td.TdClassName
{
border-color: #AD6613;
}
.TagClassName
{
border-color: #AD6613;
}
</style>