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