Shades of Golden Brown #A56D13
Tints of Golden Brown #A56D13
RGB
CMYK
RGB Variations
Color information
#A56D13 (or 0xA56D13) is known color: Golden Brown. HEX triplet: A5, 6D and 13. RGB value is (165,109,19). Sum of RGB (Red+Green+Blue) = 165+109+19=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56D13 is #5A92EC. Grayscale: #737373. Windows color (decimal): -5935853 or 1273253. OLE color: 1273253.
HSL color Cylindrical-coordinate representation of color #A56D13: hue angle of 36.99º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A56D13 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 19 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.35 |
| HSL | 36.99º | 0.79% | 0.36% | - |
| HSV(B) | 36.99º | 0.88% | 0.65% | - |
| XYZ | 21.1 | 18.98 | 3.17 | - |
| YUV | 115.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 19 | 0 | 0.34 | 0.88 | 0.35 | 36.99 | 0.79 | 0.36 |
| Hex | A5 | 6D | 13 | 0 | 22 | 58 | 23 | 25 | 4F | 24 |
| Octal | 245 | 155 | 23 | 0 | 42 | 130 | 43 | 45 | 117 | 44 |
| Binary | 10100101 | 1101101 | 10011 | 0 | 100010 | 1011000 | 100011 | 100101 | 1001111 | 100100 |
Color Harmonies of #A56D13
Complementary color
Monochromatic Colors of #A56D13
Black with #A56D13
Text Example
Text Example
White with #A56D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D13; }
p { color: rgb(165,109,19); }
H1.HeaderClassName
{
color: #A56D13;
}
.AnyTagClassName
{
color: #A56D13;
}
</style>
background-color css
<style>
a { background-color: #A56D13; }
a { background-color: rgb(165,109,19); }
div.DivClassName
{
background-color: #A56D13;
}
.BgClassName
{
background-color: #A56D13;
}
</style>
border-color css
<style>
span { border-color: #A56D13; }
span { border-color: rgb(165,109,19); }
td.TdClassName
{
border-color: #A56D13;
}
.TagClassName
{
border-color: #A56D13;
}
</style>