Shades of Golden Brown #A1601B
Tints of Golden Brown #A1601B
RGB
CMYK
RGB Variations
Color information
#A1601B (or 0xA1601B) is known color: Golden Brown. HEX triplet: A1, 60 and 1B. RGB value is (161,96,27). Sum of RGB (Red+Green+Blue) = 161+96+27=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1601B is #5E9FE4. Grayscale: #6B6B6B. Windows color (decimal): -6201317 or 1794209. OLE color: 1794209.
HSL color Cylindrical-coordinate representation of color #A1601B: hue angle of 30.9º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1601B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 27 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.37 |
| HSL | 30.9º | 0.71% | 0.37% | - |
| HSV(B) | 30.9º | 0.83% | 0.63% | - |
| XYZ | 19.08 | 16.02 | 3.12 | - |
| YUV | 107.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 27 | 0 | 0.40 | 0.83 | 0.37 | 30.9 | 0.71 | 0.37 |
| Hex | A1 | 60 | 1B | 0 | 28 | 53 | 25 | 1F | 47 | 25 |
| Octal | 241 | 140 | 33 | 0 | 50 | 123 | 45 | 37 | 107 | 45 |
| Binary | 10100001 | 1100000 | 11011 | 0 | 101000 | 1010011 | 100101 | 11111 | 1000111 | 100101 |
Color Harmonies of #A1601B
Complementary color
Monochromatic Colors of #A1601B
Black with #A1601B
Text Example
Text Example
White with #A1601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1601B; }
p { color: rgb(161,96,27); }
H1.HeaderClassName
{
color: #A1601B;
}
.AnyTagClassName
{
color: #A1601B;
}
</style>
background-color css
<style>
a { background-color: #A1601B; }
a { background-color: rgb(161,96,27); }
div.DivClassName
{
background-color: #A1601B;
}
.BgClassName
{
background-color: #A1601B;
}
</style>
border-color css
<style>
span { border-color: #A1601B; }
span { border-color: rgb(161,96,27); }
td.TdClassName
{
border-color: #A1601B;
}
.TagClassName
{
border-color: #A1601B;
}
</style>