Shades of Sorrell Brown #A1875F
Tints of Sorrell Brown #A1875F
RGB
CMYK
RGB Variations
Color information
#A1875F (or 0xA1875F) is known color: Sorrell Brown. HEX triplet: A1, 87 and 5F. RGB value is (161,135,95). Sum of RGB (Red+Green+Blue) = 161+135+95=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1875F is #5E78A0. Grayscale: #8A8A8A. Windows color (decimal): -6191265 or 6260641. OLE color: 6260641.
HSL color Cylindrical-coordinate representation of color #A1875F: hue angle of 36.36º 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 #A1875F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 95 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.37 |
| HSL | 36.36º | 0.26% | 0.5% | - |
| HSV(B) | 36.36º | 0.41% | 0.63% | - |
| XYZ | 25.43 | 25.73 | 14.45 | - |
| YUV | 138.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 95 | 0 | 0.16 | 0.41 | 0.37 | 36.36 | 0.26 | 0.5 |
| Hex | A1 | 87 | 5F | 0 | 10 | 29 | 25 | 24 | 1A | 32 |
| Octal | 241 | 207 | 137 | 0 | 20 | 51 | 45 | 44 | 32 | 62 |
| Binary | 10100001 | 10000111 | 1011111 | 0 | 10000 | 101001 | 100101 | 100100 | 11010 | 110010 |
Color Harmonies of #A1875F
Complementary color
Monochromatic Colors of #A1875F
Black with #A1875F
Text Example
Text Example
White with #A1875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1875F; }
p { color: rgb(161,135,95); }
H1.HeaderClassName
{
color: #A1875F;
}
.AnyTagClassName
{
color: #A1875F;
}
</style>
background-color css
<style>
a { background-color: #A1875F; }
a { background-color: rgb(161,135,95); }
div.DivClassName
{
background-color: #A1875F;
}
.BgClassName
{
background-color: #A1875F;
}
</style>
border-color css
<style>
span { border-color: #A1875F; }
span { border-color: rgb(161,135,95); }
td.TdClassName
{
border-color: #A1875F;
}
.TagClassName
{
border-color: #A1875F;
}
</style>