Shades of Sorrell Brown #A1815C
Tints of Sorrell Brown #A1815C
RGB
CMYK
RGB Variations
Color information
#A1815C (or 0xA1815C) is known color: Sorrell Brown. HEX triplet: A1, 81 and 5C. RGB value is (161,129,92). Sum of RGB (Red+Green+Blue) = 161+129+92=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1815C is #5E7EA3. Grayscale: #868686. Windows color (decimal): -6192804 or 6062497. OLE color: 6062497.
HSL color Cylindrical-coordinate representation of color #A1815C: hue angle of 32.17º 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 #A1815C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 92 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.37 |
| HSL | 32.17º | 0.27% | 0.5% | - |
| HSV(B) | 32.17º | 0.43% | 0.63% | - |
| XYZ | 24.48 | 24.05 | 13.48 | - |
| YUV | 134.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 92 | 0 | 0.20 | 0.43 | 0.37 | 32.17 | 0.27 | 0.5 |
| Hex | A1 | 81 | 5C | 0 | 14 | 2B | 25 | 20 | 1B | 32 |
| Octal | 241 | 201 | 134 | 0 | 24 | 53 | 45 | 40 | 33 | 62 |
| Binary | 10100001 | 10000001 | 1011100 | 0 | 10100 | 101011 | 100101 | 100000 | 11011 | 110010 |
Color Harmonies of #A1815C
Complementary color
Monochromatic Colors of #A1815C
Black with #A1815C
Text Example
Text Example
White with #A1815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1815C; }
p { color: rgb(161,129,92); }
H1.HeaderClassName
{
color: #A1815C;
}
.AnyTagClassName
{
color: #A1815C;
}
</style>
background-color css
<style>
a { background-color: #A1815C; }
a { background-color: rgb(161,129,92); }
div.DivClassName
{
background-color: #A1815C;
}
.BgClassName
{
background-color: #A1815C;
}
</style>
border-color css
<style>
span { border-color: #A1815C; }
span { border-color: rgb(161,129,92); }
td.TdClassName
{
border-color: #A1815C;
}
.TagClassName
{
border-color: #A1815C;
}
</style>