Shades of Golden Brown #A56314
Tints of Golden Brown #A56314
RGB
CMYK
RGB Variations
Color information
#A56314 (or 0xA56314) is known color: Golden Brown. HEX triplet: A5, 63 and 14. RGB value is (165,99,20). Sum of RGB (Red+Green+Blue) = 165+99+20=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A56314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56314 is #5A9CEB. Grayscale: #6E6E6E. Windows color (decimal): -5938412 or 1336229. OLE color: 1336229.
HSL color Cylindrical-coordinate representation of color #A56314: hue angle of 32.69º degrees, saturation: 0.78, 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 #A56314 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 20 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.35 |
| HSL | 32.69º | 0.78% | 0.36% | - |
| HSV(B) | 32.69º | 0.88% | 0.65% | - |
| XYZ | 20.11 | 16.97 | 2.88 | - |
| YUV | 109.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 20 | 0 | 0.40 | 0.88 | 0.35 | 32.69 | 0.78 | 0.36 |
| Hex | A5 | 63 | 14 | 0 | 28 | 58 | 23 | 21 | 4E | 24 |
| Octal | 245 | 143 | 24 | 0 | 50 | 130 | 43 | 41 | 116 | 44 |
| Binary | 10100101 | 1100011 | 10100 | 0 | 101000 | 1011000 | 100011 | 100001 | 1001110 | 100100 |
Color Harmonies of #A56314
Complementary color
Monochromatic Colors of #A56314
Black with #A56314
Text Example
Text Example
White with #A56314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56314; }
p { color: rgb(165,99,20); }
H1.HeaderClassName
{
color: #A56314;
}
.AnyTagClassName
{
color: #A56314;
}
</style>
background-color css
<style>
a { background-color: #A56314; }
a { background-color: rgb(165,99,20); }
div.DivClassName
{
background-color: #A56314;
}
.BgClassName
{
background-color: #A56314;
}
</style>
border-color css
<style>
span { border-color: #A56314; }
span { border-color: rgb(165,99,20); }
td.TdClassName
{
border-color: #A56314;
}
.TagClassName
{
border-color: #A56314;
}
</style>