Shades of Golden Brown #AD6A14
Tints of Golden Brown #AD6A14
RGB
CMYK
RGB Variations
Color information
#AD6A14 (or 0xAD6A14) is known color: Golden Brown. HEX triplet: AD, 6A and 14. RGB value is (173,106,20). Sum of RGB (Red+Green+Blue) = 173+106+20=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A14 is #5295EB. Grayscale: #747474. Windows color (decimal): -5412332 or 1338029. OLE color: 1338029.
HSL color Cylindrical-coordinate representation of color #AD6A14: hue angle of 33.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD6A14 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 20 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.32 |
| HSL | 33.73º | 0.79% | 0.38% | - |
| HSV(B) | 33.73º | 0.88% | 0.68% | - |
| XYZ | 22.51 | 19.24 | 3.19 | - |
| YUV | 116.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 20 | 0 | 0.39 | 0.88 | 0.32 | 33.73 | 0.79 | 0.38 |
| Hex | AD | 6A | 14 | 0 | 27 | 58 | 20 | 22 | 4F | 26 |
| Octal | 255 | 152 | 24 | 0 | 47 | 130 | 40 | 42 | 117 | 46 |
| Binary | 10101101 | 1101010 | 10100 | 0 | 100111 | 1011000 | 100000 | 100010 | 1001111 | 100110 |
Color Harmonies of #AD6A14
Complementary color
Monochromatic Colors of #AD6A14
Black with #AD6A14
Text Example
Text Example
White with #AD6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A14; }
p { color: rgb(173,106,20); }
H1.HeaderClassName
{
color: #AD6A14;
}
.AnyTagClassName
{
color: #AD6A14;
}
</style>
background-color css
<style>
a { background-color: #AD6A14; }
a { background-color: rgb(173,106,20); }
div.DivClassName
{
background-color: #AD6A14;
}
.BgClassName
{
background-color: #AD6A14;
}
</style>
border-color css
<style>
span { border-color: #AD6A14; }
span { border-color: rgb(173,106,20); }
td.TdClassName
{
border-color: #AD6A14;
}
.TagClassName
{
border-color: #AD6A14;
}
</style>