Shades of Sorrell Brown #A1785B
Tints of Sorrell Brown #A1785B
RGB
CMYK
RGB Variations
Color information
#A1785B (or 0xA1785B) is known color: Sorrell Brown. HEX triplet: A1, 78 and 5B. RGB value is (161,120,91). Sum of RGB (Red+Green+Blue) = 161+120+91=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1785B is #5E87A4. Grayscale: #818181. Windows color (decimal): -6195109 or 5994657. OLE color: 5994657.
HSL color Cylindrical-coordinate representation of color #A1785B: hue angle of 24.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1785B is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 91 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.37 |
| HSL | 24.86º | 0.28% | 0.49% | - |
| HSV(B) | 24.86º | 0.43% | 0.63% | - |
| XYZ | 23.3 | 21.77 | 12.87 | - |
| YUV | 128.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 91 | 0 | 0.25 | 0.43 | 0.37 | 24.86 | 0.28 | 0.49 |
| Hex | A1 | 78 | 5B | 0 | 19 | 2B | 25 | 19 | 1C | 31 |
| Octal | 241 | 170 | 133 | 0 | 31 | 53 | 45 | 31 | 34 | 61 |
| Binary | 10100001 | 1111000 | 1011011 | 0 | 11001 | 101011 | 100101 | 11001 | 11100 | 110001 |
Color Harmonies of #A1785B
Complementary color
Monochromatic Colors of #A1785B
Black with #A1785B
Text Example
Text Example
White with #A1785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1785B; }
p { color: rgb(161,120,91); }
H1.HeaderClassName
{
color: #A1785B;
}
.AnyTagClassName
{
color: #A1785B;
}
</style>
background-color css
<style>
a { background-color: #A1785B; }
a { background-color: rgb(161,120,91); }
div.DivClassName
{
background-color: #A1785B;
}
.BgClassName
{
background-color: #A1785B;
}
</style>
border-color css
<style>
span { border-color: #A1785B; }
span { border-color: rgb(161,120,91); }
td.TdClassName
{
border-color: #A1785B;
}
.TagClassName
{
border-color: #A1785B;
}
</style>