Shades of Sorrell Brown #A1845E
Tints of Sorrell Brown #A1845E
RGB
CMYK
RGB Variations
Color information
#A1845E (or 0xA1845E) is known color: Sorrell Brown. HEX triplet: A1, 84 and 5E. RGB value is (161,132,94). Sum of RGB (Red+Green+Blue) = 161+132+94=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845E is #5E7BA1. Grayscale: #888888. Windows color (decimal): -6192034 or 6194337. OLE color: 6194337.
HSL color Cylindrical-coordinate representation of color #A1845E: hue angle of 34.03º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1845E is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 94 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.37 |
| HSL | 34.03º | 0.26% | 0.5% | - |
| HSV(B) | 34.03º | 0.42% | 0.63% | - |
| XYZ | 24.97 | 24.89 | 14.08 | - |
| YUV | 136.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 94 | 0 | 0.18 | 0.42 | 0.37 | 34.03 | 0.26 | 0.5 |
| Hex | A1 | 84 | 5E | 0 | 12 | 2A | 25 | 22 | 1A | 32 |
| Octal | 241 | 204 | 136 | 0 | 22 | 52 | 45 | 42 | 32 | 62 |
| Binary | 10100001 | 10000100 | 1011110 | 0 | 10010 | 101010 | 100101 | 100010 | 11010 | 110010 |
Color Harmonies of #A1845E
Complementary color
Monochromatic Colors of #A1845E
Black with #A1845E
Text Example
Text Example
White with #A1845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1845E; }
p { color: rgb(161,132,94); }
H1.HeaderClassName
{
color: #A1845E;
}
.AnyTagClassName
{
color: #A1845E;
}
</style>
background-color css
<style>
a { background-color: #A1845E; }
a { background-color: rgb(161,132,94); }
div.DivClassName
{
background-color: #A1845E;
}
.BgClassName
{
background-color: #A1845E;
}
</style>
border-color css
<style>
span { border-color: #A1845E; }
span { border-color: rgb(161,132,94); }
td.TdClassName
{
border-color: #A1845E;
}
.TagClassName
{
border-color: #A1845E;
}
</style>