Shades of Sorrell Brown #A08461
Tints of Sorrell Brown #A08461
RGB
CMYK
RGB Variations
Color information
#A08461 (or 0xA08461) is known color: Sorrell Brown. HEX triplet: A0, 84 and 61. RGB value is (160,132,97). Sum of RGB (Red+Green+Blue) = 160+132+97=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A08461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08461 is #5F7B9E. Grayscale: #888888. Windows color (decimal): -6257567 or 6390944. OLE color: 6390944.
HSL color Cylindrical-coordinate representation of color #A08461: hue angle of 33.33º 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 #A08461 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 97 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.37 |
| HSL | 33.33º | 0.25% | 0.5% | - |
| HSV(B) | 33.33º | 0.39% | 0.63% | - |
| XYZ | 24.91 | 24.84 | 14.79 | - |
| YUV | 136.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 97 | 0 | 0.17 | 0.39 | 0.37 | 33.33 | 0.25 | 0.5 |
| Hex | A0 | 84 | 61 | 0 | 11 | 27 | 25 | 21 | 19 | 32 |
| Octal | 240 | 204 | 141 | 0 | 21 | 47 | 45 | 41 | 31 | 62 |
| Binary | 10100000 | 10000100 | 1100001 | 0 | 10001 | 100111 | 100101 | 100001 | 11001 | 110010 |
Color Harmonies of #A08461
Complementary color
Monochromatic Colors of #A08461
Black with #A08461
Text Example
Text Example
White with #A08461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08461; }
p { color: rgb(160,132,97); }
H1.HeaderClassName
{
color: #A08461;
}
.AnyTagClassName
{
color: #A08461;
}
</style>
background-color css
<style>
a { background-color: #A08461; }
a { background-color: rgb(160,132,97); }
div.DivClassName
{
background-color: #A08461;
}
.BgClassName
{
background-color: #A08461;
}
</style>
border-color css
<style>
span { border-color: #A08461; }
span { border-color: rgb(160,132,97); }
td.TdClassName
{
border-color: #A08461;
}
.TagClassName
{
border-color: #A08461;
}
</style>