Shades of Sorrell Brown #A18260
Tints of Sorrell Brown #A18260
RGB
CMYK
RGB Variations
Color information
#A18260 (or 0xA18260) is known color: Sorrell Brown. HEX triplet: A1, 82 and 60. RGB value is (161,130,96). Sum of RGB (Red+Green+Blue) = 161+130+96=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A18260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18260 is #5E7D9F. Grayscale: #878787. Windows color (decimal): -6192544 or 6324897. OLE color: 6324897.
HSL color Cylindrical-coordinate representation of color #A18260: hue angle of 31.38º 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 #A18260 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 96 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.37 |
| HSL | 31.38º | 0.26% | 0.5% | - |
| HSV(B) | 31.38º | 0.4% | 0.63% | - |
| XYZ | 24.79 | 24.39 | 14.47 | - |
| YUV | 135.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 96 | 0 | 0.19 | 0.40 | 0.37 | 31.38 | 0.26 | 0.5 |
| Hex | A1 | 82 | 60 | 0 | 13 | 28 | 25 | 1F | 1A | 32 |
| Octal | 241 | 202 | 140 | 0 | 23 | 50 | 45 | 37 | 32 | 62 |
| Binary | 10100001 | 10000010 | 1100000 | 0 | 10011 | 101000 | 100101 | 11111 | 11010 | 110010 |
Color Harmonies of #A18260
Complementary color
Monochromatic Colors of #A18260
Black with #A18260
Text Example
Text Example
White with #A18260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18260; }
p { color: rgb(161,130,96); }
H1.HeaderClassName
{
color: #A18260;
}
.AnyTagClassName
{
color: #A18260;
}
</style>
background-color css
<style>
a { background-color: #A18260; }
a { background-color: rgb(161,130,96); }
div.DivClassName
{
background-color: #A18260;
}
.BgClassName
{
background-color: #A18260;
}
</style>
border-color css
<style>
span { border-color: #A18260; }
span { border-color: rgb(161,130,96); }
td.TdClassName
{
border-color: #A18260;
}
.TagClassName
{
border-color: #A18260;
}
</style>