Shades of Sorrell Brown #A1885F
Tints of Sorrell Brown #A1885F
RGB
CMYK
RGB Variations
Color information
#A1885F (or 0xA1885F) is known color: Sorrell Brown. HEX triplet: A1, 88 and 5F. RGB value is (161,136,95). Sum of RGB (Red+Green+Blue) = 161+136+95=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1885F is #5E77A0. Grayscale: #8A8A8A. Windows color (decimal): -6191009 or 6260897. OLE color: 6260897.
HSL color Cylindrical-coordinate representation of color #A1885F: hue angle of 37.27º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1885F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 95 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.37 |
| HSL | 37.27º | 0.26% | 0.5% | - |
| HSV(B) | 37.27º | 0.41% | 0.63% | - |
| XYZ | 25.57 | 26.01 | 14.5 | - |
| YUV | 138.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 95 | 0 | 0.16 | 0.41 | 0.37 | 37.27 | 0.26 | 0.5 |
| Hex | A1 | 88 | 5F | 0 | 10 | 29 | 25 | 25 | 1A | 32 |
| Octal | 241 | 210 | 137 | 0 | 20 | 51 | 45 | 45 | 32 | 62 |
| Binary | 10100001 | 10001000 | 1011111 | 0 | 10000 | 101001 | 100101 | 100101 | 11010 | 110010 |
Color Harmonies of #A1885F
Complementary color
Monochromatic Colors of #A1885F
Black with #A1885F
Text Example
Text Example
White with #A1885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1885F; }
p { color: rgb(161,136,95); }
H1.HeaderClassName
{
color: #A1885F;
}
.AnyTagClassName
{
color: #A1885F;
}
</style>
background-color css
<style>
a { background-color: #A1885F; }
a { background-color: rgb(161,136,95); }
div.DivClassName
{
background-color: #A1885F;
}
.BgClassName
{
background-color: #A1885F;
}
</style>
border-color css
<style>
span { border-color: #A1885F; }
span { border-color: rgb(161,136,95); }
td.TdClassName
{
border-color: #A1885F;
}
.TagClassName
{
border-color: #A1885F;
}
</style>