Shades of Golden Brown #A56C0E
Tints of Golden Brown #A56C0E
RGB
CMYK
RGB Variations
Color information
#A56C0E (or 0xA56C0E) is known color: Golden Brown. HEX triplet: A5, 6C and 0E. RGB value is (165,108,14). Sum of RGB (Red+Green+Blue) = 165+108+14=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C0E is #5A93F1. Grayscale: #727272. Windows color (decimal): -5936114 or 945317. OLE color: 945317.
HSL color Cylindrical-coordinate representation of color #A56C0E: hue angle of 37.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A56C0E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.35 |
| HSL | 37.35º | 0.84% | 0.35% | - |
| HSV(B) | 37.35º | 0.92% | 0.65% | - |
| XYZ | 20.96 | 18.76 | 2.93 | - |
| YUV | 114.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 14 | 0 | 0.35 | 0.92 | 0.35 | 37.35 | 0.84 | 0.35 |
| Hex | A5 | 6C | E | 0 | 23 | 5C | 23 | 25 | 54 | 23 |
| Octal | 245 | 154 | 16 | 0 | 43 | 134 | 43 | 45 | 124 | 43 |
| Binary | 10100101 | 1101100 | 1110 | 0 | 100011 | 1011100 | 100011 | 100101 | 1010100 | 100011 |
Color Harmonies of #A56C0E
Complementary color
Monochromatic Colors of #A56C0E
Black with #A56C0E
Text Example
Text Example
White with #A56C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C0E; }
p { color: rgb(165,108,14); }
H1.HeaderClassName
{
color: #A56C0E;
}
.AnyTagClassName
{
color: #A56C0E;
}
</style>
background-color css
<style>
a { background-color: #A56C0E; }
a { background-color: rgb(165,108,14); }
div.DivClassName
{
background-color: #A56C0E;
}
.BgClassName
{
background-color: #A56C0E;
}
</style>
border-color css
<style>
span { border-color: #A56C0E; }
span { border-color: rgb(165,108,14); }
td.TdClassName
{
border-color: #A56C0E;
}
.TagClassName
{
border-color: #A56C0E;
}
</style>