Shades of Sorrell Brown #A1855C
Tints of Sorrell Brown #A1855C
RGB
CMYK
RGB Variations
Color information
#A1855C (or 0xA1855C) is known color: Sorrell Brown. HEX triplet: A1, 85 and 5C. RGB value is (161,133,92). Sum of RGB (Red+Green+Blue) = 161+133+92=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1855C is #5E7AA3. Grayscale: #888888. Windows color (decimal): -6191780 or 6063521. OLE color: 6063521.
HSL color Cylindrical-coordinate representation of color #A1855C: hue angle of 35.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1855C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 92 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.37 |
| HSL | 35.65º | 0.27% | 0.5% | - |
| HSV(B) | 35.65º | 0.43% | 0.63% | - |
| XYZ | 25.02 | 25.12 | 13.66 | - |
| YUV | 136.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 92 | 0 | 0.17 | 0.43 | 0.37 | 35.65 | 0.27 | 0.5 |
| Hex | A1 | 85 | 5C | 0 | 11 | 2B | 25 | 24 | 1B | 32 |
| Octal | 241 | 205 | 134 | 0 | 21 | 53 | 45 | 44 | 33 | 62 |
| Binary | 10100001 | 10000101 | 1011100 | 0 | 10001 | 101011 | 100101 | 100100 | 11011 | 110010 |
Color Harmonies of #A1855C
Complementary color
Monochromatic Colors of #A1855C
Black with #A1855C
Text Example
Text Example
White with #A1855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1855C; }
p { color: rgb(161,133,92); }
H1.HeaderClassName
{
color: #A1855C;
}
.AnyTagClassName
{
color: #A1855C;
}
</style>
background-color css
<style>
a { background-color: #A1855C; }
a { background-color: rgb(161,133,92); }
div.DivClassName
{
background-color: #A1855C;
}
.BgClassName
{
background-color: #A1855C;
}
</style>
border-color css
<style>
span { border-color: #A1855C; }
span { border-color: rgb(161,133,92); }
td.TdClassName
{
border-color: #A1855C;
}
.TagClassName
{
border-color: #A1855C;
}
</style>