Shades of Sorrell Brown #A08361
Tints of Sorrell Brown #A08361
RGB
CMYK
RGB Variations
Color information
#A08361 (or 0xA08361) is known color: Sorrell Brown. HEX triplet: A0, 83 and 61. RGB value is (160,131,97). Sum of RGB (Red+Green+Blue) = 160+131+97=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08361 is #5F7C9E. Grayscale: #878787. Windows color (decimal): -6257823 or 6390688. OLE color: 6390688.
HSL color Cylindrical-coordinate representation of color #A08361: hue angle of 32.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08361 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 97 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.37 |
| HSL | 32.38º | 0.25% | 0.5% | - |
| HSV(B) | 32.38º | 0.39% | 0.63% | - |
| XYZ | 24.77 | 24.57 | 14.75 | - |
| YUV | 135.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 97 | 0 | 0.18 | 0.39 | 0.37 | 32.38 | 0.25 | 0.5 |
| Hex | A0 | 83 | 61 | 0 | 12 | 27 | 25 | 20 | 19 | 32 |
| Octal | 240 | 203 | 141 | 0 | 22 | 47 | 45 | 40 | 31 | 62 |
| Binary | 10100000 | 10000011 | 1100001 | 0 | 10010 | 100111 | 100101 | 100000 | 11001 | 110010 |
Color Harmonies of #A08361
Complementary color
Monochromatic Colors of #A08361
Black with #A08361
Text Example
Text Example
White with #A08361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08361; }
p { color: rgb(160,131,97); }
H1.HeaderClassName
{
color: #A08361;
}
.AnyTagClassName
{
color: #A08361;
}
</style>
background-color css
<style>
a { background-color: #A08361; }
a { background-color: rgb(160,131,97); }
div.DivClassName
{
background-color: #A08361;
}
.BgClassName
{
background-color: #A08361;
}
</style>
border-color css
<style>
span { border-color: #A08361; }
span { border-color: rgb(160,131,97); }
td.TdClassName
{
border-color: #A08361;
}
.TagClassName
{
border-color: #A08361;
}
</style>