Shades of Golden Brown #A8700E
Tints of Golden Brown #A8700E
RGB
CMYK
RGB Variations
Color information
#A8700E (or 0xA8700E) is known color: Golden Brown. HEX triplet: A8, 70 and 0E. RGB value is (168,112,14). Sum of RGB (Red+Green+Blue) = 168+112+14=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8700E is #578FF1. Grayscale: #767676. Windows color (decimal): -5738482 or 946344. OLE color: 946344.
HSL color Cylindrical-coordinate representation of color #A8700E: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8700E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.34 |
| HSL | 38.18º | 0.85% | 0.36% | - |
| HSV(B) | 38.18º | 0.92% | 0.66% | - |
| XYZ | 22.02 | 19.94 | 3.1 | - |
| YUV | 117.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 14 | 0 | 0.33 | 0.92 | 0.34 | 38.18 | 0.85 | 0.36 |
| Hex | A8 | 70 | E | 0 | 21 | 5C | 22 | 26 | 55 | 24 |
| Octal | 250 | 160 | 16 | 0 | 41 | 134 | 42 | 46 | 125 | 44 |
| Binary | 10101000 | 1110000 | 1110 | 0 | 100001 | 1011100 | 100010 | 100110 | 1010101 | 100100 |
Color Harmonies of #A8700E
Complementary color
Monochromatic Colors of #A8700E
Black with #A8700E
Text Example
Text Example
White with #A8700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8700E; }
p { color: rgb(168,112,14); }
H1.HeaderClassName
{
color: #A8700E;
}
.AnyTagClassName
{
color: #A8700E;
}
</style>
background-color css
<style>
a { background-color: #A8700E; }
a { background-color: rgb(168,112,14); }
div.DivClassName
{
background-color: #A8700E;
}
.BgClassName
{
background-color: #A8700E;
}
</style>
border-color css
<style>
span { border-color: #A8700E; }
span { border-color: rgb(168,112,14); }
td.TdClassName
{
border-color: #A8700E;
}
.TagClassName
{
border-color: #A8700E;
}
</style>