Shades of Golden Brown #A8560E
Tints of Golden Brown #A8560E
RGB
CMYK
RGB Variations
Color information
#A8560E (or 0xA8560E) is known color: Golden Brown. HEX triplet: A8, 56 and 0E. RGB value is (168,86,14). Sum of RGB (Red+Green+Blue) = 168+86+14=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8560E is #57A9F1. Grayscale: #666666. Windows color (decimal): -5745138 or 939688. OLE color: 939688.
HSL color Cylindrical-coordinate representation of color #A8560E: hue angle of 28.05º 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 #A8560E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.34 |
| HSL | 28.05º | 0.85% | 0.36% | - |
| HSV(B) | 28.05º | 0.92% | 0.66% | - |
| XYZ | 19.56 | 15.01 | 2.28 | - |
| YUV | 102.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 14 | 0 | 0.49 | 0.92 | 0.34 | 28.05 | 0.85 | 0.36 |
| Hex | A8 | 56 | E | 0 | 31 | 5C | 22 | 1C | 55 | 24 |
| Octal | 250 | 126 | 16 | 0 | 61 | 134 | 42 | 34 | 125 | 44 |
| Binary | 10101000 | 1010110 | 1110 | 0 | 110001 | 1011100 | 100010 | 11100 | 1010101 | 100100 |
Color Harmonies of #A8560E
Complementary color
Monochromatic Colors of #A8560E
Black with #A8560E
Text Example
Text Example
White with #A8560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8560E; }
p { color: rgb(168,86,14); }
H1.HeaderClassName
{
color: #A8560E;
}
.AnyTagClassName
{
color: #A8560E;
}
</style>
background-color css
<style>
a { background-color: #A8560E; }
a { background-color: rgb(168,86,14); }
div.DivClassName
{
background-color: #A8560E;
}
.BgClassName
{
background-color: #A8560E;
}
</style>
border-color css
<style>
span { border-color: #A8560E; }
span { border-color: rgb(168,86,14); }
td.TdClassName
{
border-color: #A8560E;
}
.TagClassName
{
border-color: #A8560E;
}
</style>