Shades of Sorrell Brown #A1815B
Tints of Sorrell Brown #A1815B
RGB
CMYK
RGB Variations
Color information
#A1815B (or 0xA1815B) is known color: Sorrell Brown. HEX triplet: A1, 81 and 5B. RGB value is (161,129,91). Sum of RGB (Red+Green+Blue) = 161+129+91=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1815B is #5E7EA4. Grayscale: #868686. Windows color (decimal): -6192805 or 5996961. OLE color: 5996961.
HSL color Cylindrical-coordinate representation of color #A1815B: hue angle of 32.57º 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 #A1815B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 91 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.37 |
| HSL | 32.57º | 0.28% | 0.49% | - |
| HSV(B) | 32.57º | 0.43% | 0.63% | - |
| XYZ | 24.44 | 24.03 | 13.25 | - |
| YUV | 134.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 91 | 0 | 0.20 | 0.43 | 0.37 | 32.57 | 0.28 | 0.49 |
| Hex | A1 | 81 | 5B | 0 | 14 | 2B | 25 | 21 | 1C | 31 |
| Octal | 241 | 201 | 133 | 0 | 24 | 53 | 45 | 41 | 34 | 61 |
| Binary | 10100001 | 10000001 | 1011011 | 0 | 10100 | 101011 | 100101 | 100001 | 11100 | 110001 |
Color Harmonies of #A1815B
Complementary color
Monochromatic Colors of #A1815B
Black with #A1815B
Text Example
Text Example
White with #A1815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1815B; }
p { color: rgb(161,129,91); }
H1.HeaderClassName
{
color: #A1815B;
}
.AnyTagClassName
{
color: #A1815B;
}
</style>
background-color css
<style>
a { background-color: #A1815B; }
a { background-color: rgb(161,129,91); }
div.DivClassName
{
background-color: #A1815B;
}
.BgClassName
{
background-color: #A1815B;
}
</style>
border-color css
<style>
span { border-color: #A1815B; }
span { border-color: rgb(161,129,91); }
td.TdClassName
{
border-color: #A1815B;
}
.TagClassName
{
border-color: #A1815B;
}
</style>