Shades of Golden Brown #A56A16
Tints of Golden Brown #A56A16
RGB
CMYK
RGB Variations
Color information
#A56A16 (or 0xA56A16) is known color: Golden Brown. HEX triplet: A5, 6A and 16. RGB value is (165,106,22). Sum of RGB (Red+Green+Blue) = 165+106+22=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56A16 is #5A95E9. Grayscale: #727272. Windows color (decimal): -5936618 or 1469093. OLE color: 1469093.
HSL color Cylindrical-coordinate representation of color #A56A16: hue angle of 35.24º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A56A16 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 22 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.35 |
| HSL | 35.24º | 0.76% | 0.37% | - |
| HSV(B) | 35.24º | 0.87% | 0.65% | - |
| XYZ | 20.82 | 18.37 | 3.21 | - |
| YUV | 114.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 22 | 0 | 0.36 | 0.87 | 0.35 | 35.24 | 0.76 | 0.37 |
| Hex | A5 | 6A | 16 | 0 | 24 | 57 | 23 | 23 | 4C | 25 |
| Octal | 245 | 152 | 26 | 0 | 44 | 127 | 43 | 43 | 114 | 45 |
| Binary | 10100101 | 1101010 | 10110 | 0 | 100100 | 1010111 | 100011 | 100011 | 1001100 | 100101 |
Color Harmonies of #A56A16
Complementary color
Monochromatic Colors of #A56A16
Black with #A56A16
Text Example
Text Example
White with #A56A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A16; }
p { color: rgb(165,106,22); }
H1.HeaderClassName
{
color: #A56A16;
}
.AnyTagClassName
{
color: #A56A16;
}
</style>
background-color css
<style>
a { background-color: #A56A16; }
a { background-color: rgb(165,106,22); }
div.DivClassName
{
background-color: #A56A16;
}
.BgClassName
{
background-color: #A56A16;
}
</style>
border-color css
<style>
span { border-color: #A56A16; }
span { border-color: rgb(165,106,22); }
td.TdClassName
{
border-color: #A56A16;
}
.TagClassName
{
border-color: #A56A16;
}
</style>