Shades of Golden Brown #A1601E
Tints of Golden Brown #A1601E
RGB
CMYK
RGB Variations
Color information
#A1601E (or 0xA1601E) is known color: Golden Brown. HEX triplet: A1, 60 and 1E. RGB value is (161,96,30). Sum of RGB (Red+Green+Blue) = 161+96+30=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1601E is #5E9FE1. Grayscale: #6C6C6C. Windows color (decimal): -6201314 or 1990817. OLE color: 1990817.
HSL color Cylindrical-coordinate representation of color #A1601E: hue angle of 30.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1601E is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 30 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.37 |
| HSL | 30.23º | 0.69% | 0.37% | - |
| HSV(B) | 30.23º | 0.81% | 0.63% | - |
| XYZ | 19.12 | 16.04 | 3.32 | - |
| YUV | 107.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 30 | 0 | 0.40 | 0.81 | 0.37 | 30.23 | 0.69 | 0.37 |
| Hex | A1 | 60 | 1E | 0 | 28 | 51 | 25 | 1E | 45 | 25 |
| Octal | 241 | 140 | 36 | 0 | 50 | 121 | 45 | 36 | 105 | 45 |
| Binary | 10100001 | 1100000 | 11110 | 0 | 101000 | 1010001 | 100101 | 11110 | 1000101 | 100101 |
Color Harmonies of #A1601E
Complementary color
Monochromatic Colors of #A1601E
Black with #A1601E
Text Example
Text Example
White with #A1601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1601E; }
p { color: rgb(161,96,30); }
H1.HeaderClassName
{
color: #A1601E;
}
.AnyTagClassName
{
color: #A1601E;
}
</style>
background-color css
<style>
a { background-color: #A1601E; }
a { background-color: rgb(161,96,30); }
div.DivClassName
{
background-color: #A1601E;
}
.BgClassName
{
background-color: #A1601E;
}
</style>
border-color css
<style>
span { border-color: #A1601E; }
span { border-color: rgb(161,96,30); }
td.TdClassName
{
border-color: #A1601E;
}
.TagClassName
{
border-color: #A1601E;
}
</style>