Shades of Golden Brown #AD6714
Tints of Golden Brown #AD6714
RGB
CMYK
RGB Variations
Color information
#AD6714 (or 0xAD6714) is known color: Golden Brown. HEX triplet: AD, 67 and 14. RGB value is (173,103,20). Sum of RGB (Red+Green+Blue) = 173+103+20=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6714 is #5298EB. Grayscale: #727272. Windows color (decimal): -5413100 or 1337261. OLE color: 1337261.
HSL color Cylindrical-coordinate representation of color #AD6714: hue angle of 32.55º 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 #AD6714 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 20 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.32 |
| HSL | 32.55º | 0.79% | 0.38% | - |
| HSV(B) | 32.55º | 0.88% | 0.68% | - |
| XYZ | 22.21 | 18.64 | 3.09 | - |
| YUV | 114.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 20 | 0 | 0.40 | 0.88 | 0.32 | 32.55 | 0.79 | 0.38 |
| Hex | AD | 67 | 14 | 0 | 28 | 58 | 20 | 21 | 4F | 26 |
| Octal | 255 | 147 | 24 | 0 | 50 | 130 | 40 | 41 | 117 | 46 |
| Binary | 10101101 | 1100111 | 10100 | 0 | 101000 | 1011000 | 100000 | 100001 | 1001111 | 100110 |
Color Harmonies of #AD6714
Complementary color
Monochromatic Colors of #AD6714
Black with #AD6714
Text Example
Text Example
White with #AD6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6714; }
p { color: rgb(173,103,20); }
H1.HeaderClassName
{
color: #AD6714;
}
.AnyTagClassName
{
color: #AD6714;
}
</style>
background-color css
<style>
a { background-color: #AD6714; }
a { background-color: rgb(173,103,20); }
div.DivClassName
{
background-color: #AD6714;
}
.BgClassName
{
background-color: #AD6714;
}
</style>
border-color css
<style>
span { border-color: #AD6714; }
span { border-color: rgb(173,103,20); }
td.TdClassName
{
border-color: #AD6714;
}
.TagClassName
{
border-color: #AD6714;
}
</style>