Shades of Golden Brown #A56D0D
Tints of Golden Brown #A56D0D
RGB
CMYK
RGB Variations
Color information
#A56D0D (or 0xA56D0D) is known color: Golden Brown. HEX triplet: A5, 6D and 0D. RGB value is (165,109,13). Sum of RGB (Red+Green+Blue) = 165+109+13=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56D0D is #5A92F2. Grayscale: #737373. Windows color (decimal): -5935859 or 880037. OLE color: 880037.
HSL color Cylindrical-coordinate representation of color #A56D0D: hue angle of 37.89º degrees, saturation: 0.85, 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 #A56D0D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 13 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.35 |
| HSL | 37.89º | 0.85% | 0.35% | - |
| HSV(B) | 37.89º | 0.92% | 0.65% | - |
| XYZ | 21.06 | 18.97 | 2.93 | - |
| YUV | 114.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 13 | 0 | 0.34 | 0.92 | 0.35 | 37.89 | 0.85 | 0.35 |
| Hex | A5 | 6D | D | 0 | 22 | 5C | 23 | 26 | 55 | 23 |
| Octal | 245 | 155 | 15 | 0 | 42 | 134 | 43 | 46 | 125 | 43 |
| Binary | 10100101 | 1101101 | 1101 | 0 | 100010 | 1011100 | 100011 | 100110 | 1010101 | 100011 |
Color Harmonies of #A56D0D
Complementary color
Monochromatic Colors of #A56D0D
Black with #A56D0D
Text Example
Text Example
White with #A56D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D0D; }
p { color: rgb(165,109,13); }
H1.HeaderClassName
{
color: #A56D0D;
}
.AnyTagClassName
{
color: #A56D0D;
}
</style>
background-color css
<style>
a { background-color: #A56D0D; }
a { background-color: rgb(165,109,13); }
div.DivClassName
{
background-color: #A56D0D;
}
.BgClassName
{
background-color: #A56D0D;
}
</style>
border-color css
<style>
span { border-color: #A56D0D; }
span { border-color: rgb(165,109,13); }
td.TdClassName
{
border-color: #A56D0D;
}
.TagClassName
{
border-color: #A56D0D;
}
</style>