Shades of Sorrell Brown #A18060
Tints of Sorrell Brown #A18060
RGB
CMYK
RGB Variations
Color information
#A18060 (or 0xA18060) is known color: Sorrell Brown. HEX triplet: A1, 80 and 60. RGB value is (161,128,96). Sum of RGB (Red+Green+Blue) = 161+128+96=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A18060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18060 is #5E7F9F. Grayscale: #868686. Windows color (decimal): -6193056 or 6324385. OLE color: 6324385.
HSL color Cylindrical-coordinate representation of color #A18060: hue angle of 29.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18060 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 96 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.37 |
| HSL | 29.54º | 0.26% | 0.5% | - |
| HSV(B) | 29.54º | 0.4% | 0.63% | - |
| XYZ | 24.53 | 23.86 | 14.38 | - |
| YUV | 134.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 96 | 0 | 0.20 | 0.40 | 0.37 | 29.54 | 0.26 | 0.5 |
| Hex | A1 | 80 | 60 | 0 | 14 | 28 | 25 | 1E | 1A | 32 |
| Octal | 241 | 200 | 140 | 0 | 24 | 50 | 45 | 36 | 32 | 62 |
| Binary | 10100001 | 10000000 | 1100000 | 0 | 10100 | 101000 | 100101 | 11110 | 11010 | 110010 |
Color Harmonies of #A18060
Complementary color
Monochromatic Colors of #A18060
Black with #A18060
Text Example
Text Example
White with #A18060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18060; }
p { color: rgb(161,128,96); }
H1.HeaderClassName
{
color: #A18060;
}
.AnyTagClassName
{
color: #A18060;
}
</style>
background-color css
<style>
a { background-color: #A18060; }
a { background-color: rgb(161,128,96); }
div.DivClassName
{
background-color: #A18060;
}
.BgClassName
{
background-color: #A18060;
}
</style>
border-color css
<style>
span { border-color: #A18060; }
span { border-color: rgb(161,128,96); }
td.TdClassName
{
border-color: #A18060;
}
.TagClassName
{
border-color: #A18060;
}
</style>