Shades of Golden Brown #AD680A
Tints of Golden Brown #AD680A
RGB
CMYK
RGB Variations
Color information
#AD680A (or 0xAD680A) is known color: Golden Brown. HEX triplet: AD, 68 and 0A. RGB value is (173,104,10). Sum of RGB (Red+Green+Blue) = 173+104+10=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD680A is #5297F5. Grayscale: #727272. Windows color (decimal): -5412854 or 682157. OLE color: 682157.
HSL color Cylindrical-coordinate representation of color #AD680A: hue angle of 34.6º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD680A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.32 |
| HSL | 34.6º | 0.89% | 0.36% | - |
| HSV(B) | 34.6º | 0.94% | 0.68% | - |
| XYZ | 22.24 | 18.81 | 2.75 | - |
| YUV | 113.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 10 | 0 | 0.40 | 0.94 | 0.32 | 34.6 | 0.89 | 0.36 |
| Hex | AD | 68 | A | 0 | 28 | 5E | 20 | 23 | 59 | 24 |
| Octal | 255 | 150 | 12 | 0 | 50 | 136 | 40 | 43 | 131 | 44 |
| Binary | 10101101 | 1101000 | 1010 | 0 | 101000 | 1011110 | 100000 | 100011 | 1011001 | 100100 |
Color Harmonies of #AD680A
Complementary color
Monochromatic Colors of #AD680A
Black with #AD680A
Text Example
Text Example
White with #AD680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD680A; }
p { color: rgb(173,104,10); }
H1.HeaderClassName
{
color: #AD680A;
}
.AnyTagClassName
{
color: #AD680A;
}
</style>
background-color css
<style>
a { background-color: #AD680A; }
a { background-color: rgb(173,104,10); }
div.DivClassName
{
background-color: #AD680A;
}
.BgClassName
{
background-color: #AD680A;
}
</style>
border-color css
<style>
span { border-color: #AD680A; }
span { border-color: rgb(173,104,10); }
td.TdClassName
{
border-color: #AD680A;
}
.TagClassName
{
border-color: #AD680A;
}
</style>