Shades of Golden Brown #AD680C
Tints of Golden Brown #AD680C
RGB
CMYK
RGB Variations
Color information
#AD680C (or 0xAD680C) is known color: Golden Brown. HEX triplet: AD, 68 and 0C. RGB value is (173,104,12). Sum of RGB (Red+Green+Blue) = 173+104+12=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD680C is #5297F3. Grayscale: #727272. Windows color (decimal): -5412852 or 813229. OLE color: 813229.
HSL color Cylindrical-coordinate representation of color #AD680C: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD680C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.32 |
| HSL | 34.29º | 0.87% | 0.36% | - |
| HSV(B) | 34.29º | 0.93% | 0.68% | - |
| XYZ | 22.25 | 18.81 | 2.81 | - |
| YUV | 114.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 12 | 0 | 0.40 | 0.93 | 0.32 | 34.29 | 0.87 | 0.36 |
| Hex | AD | 68 | C | 0 | 28 | 5D | 20 | 22 | 57 | 24 |
| Octal | 255 | 150 | 14 | 0 | 50 | 135 | 40 | 42 | 127 | 44 |
| Binary | 10101101 | 1101000 | 1100 | 0 | 101000 | 1011101 | 100000 | 100010 | 1010111 | 100100 |
Color Harmonies of #AD680C
Complementary color
Monochromatic Colors of #AD680C
Black with #AD680C
Text Example
Text Example
White with #AD680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD680C; }
p { color: rgb(173,104,12); }
H1.HeaderClassName
{
color: #AD680C;
}
.AnyTagClassName
{
color: #AD680C;
}
</style>
background-color css
<style>
a { background-color: #AD680C; }
a { background-color: rgb(173,104,12); }
div.DivClassName
{
background-color: #AD680C;
}
.BgClassName
{
background-color: #AD680C;
}
</style>
border-color css
<style>
span { border-color: #AD680C; }
span { border-color: rgb(173,104,12); }
td.TdClassName
{
border-color: #AD680C;
}
.TagClassName
{
border-color: #AD680C;
}
</style>