Shades of Sorrell Brown #A08860
Tints of Sorrell Brown #A08860
RGB
CMYK
RGB Variations
Color information
#A08860 (or 0xA08860) is known color: Sorrell Brown. HEX triplet: A0, 88 and 60. RGB value is (160,136,96). Sum of RGB (Red+Green+Blue) = 160+136+96=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08860 is #5F779F. Grayscale: #8A8A8A. Windows color (decimal): -6256544 or 6326432. OLE color: 6326432.
HSL color Cylindrical-coordinate representation of color #A08860: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08860 is Cyan = 0, Magento = 0.15, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 96 | - |
| CMYK | 0 | 0.15 | 0.4 | 0.37 |
| HSL | 37.5º | 0.25% | 0.5% | - |
| HSV(B) | 37.5º | 0.4% | 0.63% | - |
| XYZ | 25.41 | 25.93 | 14.73 | - |
| YUV | 138.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 96 | 0 | 0.15 | 0.4 | 0.37 | 37.5 | 0.25 | 0.5 |
| Hex | A0 | 88 | 60 | 0 | F | 28 | 25 | 26 | 19 | 32 |
| Octal | 240 | 210 | 140 | 0 | 17 | 50 | 45 | 46 | 31 | 62 |
| Binary | 10100000 | 10001000 | 1100000 | 0 | 1111 | 101000 | 100101 | 100110 | 11001 | 110010 |
Color Harmonies of #A08860
Complementary color
Monochromatic Colors of #A08860
Black with #A08860
Text Example
Text Example
White with #A08860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08860; }
p { color: rgb(160,136,96); }
H1.HeaderClassName
{
color: #A08860;
}
.AnyTagClassName
{
color: #A08860;
}
</style>
background-color css
<style>
a { background-color: #A08860; }
a { background-color: rgb(160,136,96); }
div.DivClassName
{
background-color: #A08860;
}
.BgClassName
{
background-color: #A08860;
}
</style>
border-color css
<style>
span { border-color: #A08860; }
span { border-color: rgb(160,136,96); }
td.TdClassName
{
border-color: #A08860;
}
.TagClassName
{
border-color: #A08860;
}
</style>