Shades of Sorrell Brown #A1815F
Tints of Sorrell Brown #A1815F
RGB
CMYK
RGB Variations
Color information
#A1815F (or 0xA1815F) is known color: Sorrell Brown. HEX triplet: A1, 81 and 5F. RGB value is (161,129,95). Sum of RGB (Red+Green+Blue) = 161+129+95=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1815F is #5E7EA0. Grayscale: #868686. Windows color (decimal): -6192801 or 6259105. OLE color: 6259105.
HSL color Cylindrical-coordinate representation of color #A1815F: hue angle of 30.91º 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 #A1815F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 95 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.37 |
| HSL | 30.91º | 0.26% | 0.5% | - |
| HSV(B) | 30.91º | 0.41% | 0.63% | - |
| XYZ | 24.61 | 24.1 | 14.18 | - |
| YUV | 134.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 95 | 0 | 0.20 | 0.41 | 0.37 | 30.91 | 0.26 | 0.5 |
| Hex | A1 | 81 | 5F | 0 | 14 | 29 | 25 | 1F | 1A | 32 |
| Octal | 241 | 201 | 137 | 0 | 24 | 51 | 45 | 37 | 32 | 62 |
| Binary | 10100001 | 10000001 | 1011111 | 0 | 10100 | 101001 | 100101 | 11111 | 11010 | 110010 |
Color Harmonies of #A1815F
Complementary color
Monochromatic Colors of #A1815F
Black with #A1815F
Text Example
Text Example
White with #A1815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1815F; }
p { color: rgb(161,129,95); }
H1.HeaderClassName
{
color: #A1815F;
}
.AnyTagClassName
{
color: #A1815F;
}
</style>
background-color css
<style>
a { background-color: #A1815F; }
a { background-color: rgb(161,129,95); }
div.DivClassName
{
background-color: #A1815F;
}
.BgClassName
{
background-color: #A1815F;
}
</style>
border-color css
<style>
span { border-color: #A1815F; }
span { border-color: rgb(161,129,95); }
td.TdClassName
{
border-color: #A1815F;
}
.TagClassName
{
border-color: #A1815F;
}
</style>