Shades of Golden Brown #A8710E
Tints of Golden Brown #A8710E
RGB
CMYK
RGB Variations
Color information
#A8710E (or 0xA8710E) is known color: Golden Brown. HEX triplet: A8, 71 and 0E. RGB value is (168,113,14). Sum of RGB (Red+Green+Blue) = 168+113+14=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8710E is #578EF1. Grayscale: #767676. Windows color (decimal): -5738226 or 946600. OLE color: 946600.
HSL color Cylindrical-coordinate representation of color #A8710E: hue angle of 38.57º 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 #A8710E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.34 |
| HSL | 38.57º | 0.85% | 0.36% | - |
| HSV(B) | 38.57º | 0.92% | 0.66% | - |
| XYZ | 22.13 | 20.17 | 3.14 | - |
| YUV | 118.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 14 | 0 | 0.33 | 0.92 | 0.34 | 38.57 | 0.85 | 0.36 |
| Hex | A8 | 71 | E | 0 | 21 | 5C | 22 | 27 | 55 | 24 |
| Octal | 250 | 161 | 16 | 0 | 41 | 134 | 42 | 47 | 125 | 44 |
| Binary | 10101000 | 1110001 | 1110 | 0 | 100001 | 1011100 | 100010 | 100111 | 1010101 | 100100 |
Color Harmonies of #A8710E
Complementary color
Monochromatic Colors of #A8710E
Black with #A8710E
Text Example
Text Example
White with #A8710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8710E; }
p { color: rgb(168,113,14); }
H1.HeaderClassName
{
color: #A8710E;
}
.AnyTagClassName
{
color: #A8710E;
}
</style>
background-color css
<style>
a { background-color: #A8710E; }
a { background-color: rgb(168,113,14); }
div.DivClassName
{
background-color: #A8710E;
}
.BgClassName
{
background-color: #A8710E;
}
</style>
border-color css
<style>
span { border-color: #A8710E; }
span { border-color: rgb(168,113,14); }
td.TdClassName
{
border-color: #A8710E;
}
.TagClassName
{
border-color: #A8710E;
}
</style>