Shades of Sorrell Brown #A18461
Tints of Sorrell Brown #A18461
RGB
CMYK
RGB Variations
Color information
#A18461 (or 0xA18461) is known color: Sorrell Brown. HEX triplet: A1, 84 and 61. RGB value is (161,132,97). Sum of RGB (Red+Green+Blue) = 161+132+97=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18461 is #5E7B9E. Grayscale: #888888. Windows color (decimal): -6192031 or 6390945. OLE color: 6390945.
HSL color Cylindrical-coordinate representation of color #A18461: hue angle of 32.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18461 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 97 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.37 |
| HSL | 32.81º | 0.25% | 0.51% | - |
| HSV(B) | 32.81º | 0.4% | 0.63% | - |
| XYZ | 25.11 | 24.94 | 14.8 | - |
| YUV | 136.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 97 | 0 | 0.18 | 0.40 | 0.37 | 32.81 | 0.25 | 0.51 |
| Hex | A1 | 84 | 61 | 0 | 12 | 28 | 25 | 21 | 19 | 33 |
| Octal | 241 | 204 | 141 | 0 | 22 | 50 | 45 | 41 | 31 | 63 |
| Binary | 10100001 | 10000100 | 1100001 | 0 | 10010 | 101000 | 100101 | 100001 | 11001 | 110011 |
Color Harmonies of #A18461
Complementary color
Monochromatic Colors of #A18461
Black with #A18461
Text Example
Text Example
White with #A18461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18461; }
p { color: rgb(161,132,97); }
H1.HeaderClassName
{
color: #A18461;
}
.AnyTagClassName
{
color: #A18461;
}
</style>
background-color css
<style>
a { background-color: #A18461; }
a { background-color: rgb(161,132,97); }
div.DivClassName
{
background-color: #A18461;
}
.BgClassName
{
background-color: #A18461;
}
</style>
border-color css
<style>
span { border-color: #A18461; }
span { border-color: rgb(161,132,97); }
td.TdClassName
{
border-color: #A18461;
}
.TagClassName
{
border-color: #A18461;
}
</style>