Shades of Golden Brown #A56C0A
Tints of Golden Brown #A56C0A
RGB
CMYK
RGB Variations
Color information
#A56C0A (or 0xA56C0A) is known color: Golden Brown. HEX triplet: A5, 6C and 0A. RGB value is (165,108,10). Sum of RGB (Red+Green+Blue) = 165+108+10=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C0A is #5A93F5. Grayscale: #727272. Windows color (decimal): -5936118 or 683173. OLE color: 683173.
HSL color Cylindrical-coordinate representation of color #A56C0A: hue angle of 37.94º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A56C0A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.35 |
| HSL | 37.94º | 0.89% | 0.34% | - |
| HSV(B) | 37.94º | 0.94% | 0.65% | - |
| XYZ | 20.93 | 18.75 | 2.8 | - |
| YUV | 113.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 10 | 0 | 0.35 | 0.94 | 0.35 | 37.94 | 0.89 | 0.34 |
| Hex | A5 | 6C | A | 0 | 23 | 5E | 23 | 26 | 59 | 22 |
| Octal | 245 | 154 | 12 | 0 | 43 | 136 | 43 | 46 | 131 | 42 |
| Binary | 10100101 | 1101100 | 1010 | 0 | 100011 | 1011110 | 100011 | 100110 | 1011001 | 100010 |
Color Harmonies of #A56C0A
Complementary color
Monochromatic Colors of #A56C0A
Black with #A56C0A
Text Example
Text Example
White with #A56C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C0A; }
p { color: rgb(165,108,10); }
H1.HeaderClassName
{
color: #A56C0A;
}
.AnyTagClassName
{
color: #A56C0A;
}
</style>
background-color css
<style>
a { background-color: #A56C0A; }
a { background-color: rgb(165,108,10); }
div.DivClassName
{
background-color: #A56C0A;
}
.BgClassName
{
background-color: #A56C0A;
}
</style>
border-color css
<style>
span { border-color: #A56C0A; }
span { border-color: rgb(165,108,10); }
td.TdClassName
{
border-color: #A56C0A;
}
.TagClassName
{
border-color: #A56C0A;
}
</style>