Shades of Sorrell Brown #A0815B
Tints of Sorrell Brown #A0815B
RGB
CMYK
RGB Variations
Color information
#A0815B (or 0xA0815B) is known color: Sorrell Brown. HEX triplet: A0, 81 and 5B. RGB value is (160,129,91). Sum of RGB (Red+Green+Blue) = 160+129+91=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0815B is #5F7EA4. Grayscale: #868686. Windows color (decimal): -6258341 or 5996960. OLE color: 5996960.
HSL color Cylindrical-coordinate representation of color #A0815B: hue angle of 33.04º degrees, saturation: 0.27, 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 #A0815B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 91 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.37 |
| HSL | 33.04º | 0.27% | 0.49% | - |
| HSV(B) | 33.04º | 0.43% | 0.63% | - |
| XYZ | 24.24 | 23.93 | 13.24 | - |
| YUV | 133.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 91 | 0 | 0.19 | 0.43 | 0.37 | 33.04 | 0.27 | 0.49 |
| Hex | A0 | 81 | 5B | 0 | 13 | 2B | 25 | 21 | 1B | 31 |
| Octal | 240 | 201 | 133 | 0 | 23 | 53 | 45 | 41 | 33 | 61 |
| Binary | 10100000 | 10000001 | 1011011 | 0 | 10011 | 101011 | 100101 | 100001 | 11011 | 110001 |
Color Harmonies of #A0815B
Complementary color
Monochromatic Colors of #A0815B
Black with #A0815B
Text Example
Text Example
White with #A0815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0815B; }
p { color: rgb(160,129,91); }
H1.HeaderClassName
{
color: #A0815B;
}
.AnyTagClassName
{
color: #A0815B;
}
</style>
background-color css
<style>
a { background-color: #A0815B; }
a { background-color: rgb(160,129,91); }
div.DivClassName
{
background-color: #A0815B;
}
.BgClassName
{
background-color: #A0815B;
}
</style>
border-color css
<style>
span { border-color: #A0815B; }
span { border-color: rgb(160,129,91); }
td.TdClassName
{
border-color: #A0815B;
}
.TagClassName
{
border-color: #A0815B;
}
</style>