Shades of Golden Brown #AD6A13
Tints of Golden Brown #AD6A13
RGB
CMYK
RGB Variations
Color information
#AD6A13 (or 0xAD6A13) is known color: Golden Brown. HEX triplet: AD, 6A and 13. RGB value is (173,106,19). Sum of RGB (Red+Green+Blue) = 173+106+19=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A13 is #5295EC. Grayscale: #747474. Windows color (decimal): -5412333 or 1272493. OLE color: 1272493.
HSL color Cylindrical-coordinate representation of color #AD6A13: hue angle of 33.9º 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 #AD6A13 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 19 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.32 |
| HSL | 33.9º | 0.8% | 0.38% | - |
| HSV(B) | 33.9º | 0.89% | 0.68% | - |
| XYZ | 22.51 | 19.24 | 3.14 | - |
| YUV | 116.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 19 | 0 | 0.39 | 0.89 | 0.32 | 33.9 | 0.8 | 0.38 |
| Hex | AD | 6A | 13 | 0 | 27 | 59 | 20 | 22 | 50 | 26 |
| Octal | 255 | 152 | 23 | 0 | 47 | 131 | 40 | 42 | 120 | 46 |
| Binary | 10101101 | 1101010 | 10011 | 0 | 100111 | 1011001 | 100000 | 100010 | 1010000 | 100110 |
Color Harmonies of #AD6A13
Complementary color
Monochromatic Colors of #AD6A13
Black with #AD6A13
Text Example
Text Example
White with #AD6A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A13; }
p { color: rgb(173,106,19); }
H1.HeaderClassName
{
color: #AD6A13;
}
.AnyTagClassName
{
color: #AD6A13;
}
</style>
background-color css
<style>
a { background-color: #AD6A13; }
a { background-color: rgb(173,106,19); }
div.DivClassName
{
background-color: #AD6A13;
}
.BgClassName
{
background-color: #AD6A13;
}
</style>
border-color css
<style>
span { border-color: #AD6A13; }
span { border-color: rgb(173,106,19); }
td.TdClassName
{
border-color: #AD6A13;
}
.TagClassName
{
border-color: #AD6A13;
}
</style>