Shades of Golden Brown #A1590E
Tints of Golden Brown #A1590E
RGB
CMYK
RGB Variations
Color information
#A1590E (or 0xA1590E) is known color: Golden Brown. HEX triplet: A1, 59 and 0E. RGB value is (161,89,14). Sum of RGB (Red+Green+Blue) = 161+89+14=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1590E is #5EA6F1. Grayscale: #666666. Windows color (decimal): -6203122 or 940449. OLE color: 940449.
HSL color Cylindrical-coordinate representation of color #A1590E: hue angle of 30.61º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1590E is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 14 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.37 |
| HSL | 30.61º | 0.84% | 0.34% | - |
| HSV(B) | 30.61º | 0.91% | 0.63% | - |
| XYZ | 18.35 | 14.75 | 2.3 | - |
| YUV | 101.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 14 | 0 | 0.45 | 0.91 | 0.37 | 30.61 | 0.84 | 0.34 |
| Hex | A1 | 59 | E | 0 | 2D | 5B | 25 | 1F | 54 | 22 |
| Octal | 241 | 131 | 16 | 0 | 55 | 133 | 45 | 37 | 124 | 42 |
| Binary | 10100001 | 1011001 | 1110 | 0 | 101101 | 1011011 | 100101 | 11111 | 1010100 | 100010 |
Color Harmonies of #A1590E
Complementary color
Monochromatic Colors of #A1590E
Black with #A1590E
Text Example
Text Example
White with #A1590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1590E; }
p { color: rgb(161,89,14); }
H1.HeaderClassName
{
color: #A1590E;
}
.AnyTagClassName
{
color: #A1590E;
}
</style>
background-color css
<style>
a { background-color: #A1590E; }
a { background-color: rgb(161,89,14); }
div.DivClassName
{
background-color: #A1590E;
}
.BgClassName
{
background-color: #A1590E;
}
</style>
border-color css
<style>
span { border-color: #A1590E; }
span { border-color: rgb(161,89,14); }
td.TdClassName
{
border-color: #A1590E;
}
.TagClassName
{
border-color: #A1590E;
}
</style>