Shades of Golden Brown #AD680E
Tints of Golden Brown #AD680E
RGB
CMYK
RGB Variations
Color information
#AD680E (or 0xAD680E) is known color: Golden Brown. HEX triplet: AD, 68 and 0E. RGB value is (173,104,14). Sum of RGB (Red+Green+Blue) = 173+104+14=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD680E is #5297F1. Grayscale: #727272. Windows color (decimal): -5412850 or 944301. OLE color: 944301.
HSL color Cylindrical-coordinate representation of color #AD680E: hue angle of 33.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD680E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 14 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.32 |
| HSL | 33.96º | 0.85% | 0.37% | - |
| HSV(B) | 33.96º | 0.92% | 0.68% | - |
| XYZ | 22.26 | 18.82 | 2.87 | - |
| YUV | 114.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 14 | 0 | 0.40 | 0.92 | 0.32 | 33.96 | 0.85 | 0.37 |
| Hex | AD | 68 | E | 0 | 28 | 5C | 20 | 22 | 55 | 25 |
| Octal | 255 | 150 | 16 | 0 | 50 | 134 | 40 | 42 | 125 | 45 |
| Binary | 10101101 | 1101000 | 1110 | 0 | 101000 | 1011100 | 100000 | 100010 | 1010101 | 100101 |
Color Harmonies of #AD680E
Complementary color
Monochromatic Colors of #AD680E
Black with #AD680E
Text Example
Text Example
White with #AD680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD680E; }
p { color: rgb(173,104,14); }
H1.HeaderClassName
{
color: #AD680E;
}
.AnyTagClassName
{
color: #AD680E;
}
</style>
background-color css
<style>
a { background-color: #AD680E; }
a { background-color: rgb(173,104,14); }
div.DivClassName
{
background-color: #AD680E;
}
.BgClassName
{
background-color: #AD680E;
}
</style>
border-color css
<style>
span { border-color: #AD680E; }
span { border-color: rgb(173,104,14); }
td.TdClassName
{
border-color: #AD680E;
}
.TagClassName
{
border-color: #AD680E;
}
</style>