Shades of Sorrell Brown #A08364
Tints of Sorrell Brown #A08364
RGB
CMYK
RGB Variations
Color information
#A08364 (or 0xA08364) is known color: Sorrell Brown. HEX triplet: A0, 83 and 64. RGB value is (160,131,100). Sum of RGB (Red+Green+Blue) = 160+131+100=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08364 is #5F7C9B. Grayscale: #888888. Windows color (decimal): -6257820 or 6587296. OLE color: 6587296.
HSL color Cylindrical-coordinate representation of color #A08364: hue angle of 31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08364 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 100 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.37 |
| HSL | 31º | 0.24% | 0.51% | - |
| HSV(B) | 31º | 0.38% | 0.63% | - |
| XYZ | 24.91 | 24.63 | 15.5 | - |
| YUV | 136.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 100 | 0 | 0.18 | 0.38 | 0.37 | 31 | 0.24 | 0.51 |
| Hex | A0 | 83 | 64 | 0 | 12 | 26 | 25 | 1F | 18 | 33 |
| Octal | 240 | 203 | 144 | 0 | 22 | 46 | 45 | 37 | 30 | 63 |
| Binary | 10100000 | 10000011 | 1100100 | 0 | 10010 | 100110 | 100101 | 11111 | 11000 | 110011 |
Color Harmonies of #A08364
Complementary color
Monochromatic Colors of #A08364
Black with #A08364
Text Example
Text Example
White with #A08364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08364; }
p { color: rgb(160,131,100); }
H1.HeaderClassName
{
color: #A08364;
}
.AnyTagClassName
{
color: #A08364;
}
</style>
background-color css
<style>
a { background-color: #A08364; }
a { background-color: rgb(160,131,100); }
div.DivClassName
{
background-color: #A08364;
}
.BgClassName
{
background-color: #A08364;
}
</style>
border-color css
<style>
span { border-color: #A08364; }
span { border-color: rgb(160,131,100); }
td.TdClassName
{
border-color: #A08364;
}
.TagClassName
{
border-color: #A08364;
}
</style>