Shades of Sorrell Brown #A0825E
Tints of Sorrell Brown #A0825E
RGB
CMYK
RGB Variations
Color information
#A0825E (or 0xA0825E) is known color: Sorrell Brown. HEX triplet: A0, 82 and 5E. RGB value is (160,130,94). Sum of RGB (Red+Green+Blue) = 160+130+94=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0825E is #5F7DA1. Grayscale: #878787. Windows color (decimal): -6258082 or 6193824. OLE color: 6193824.
HSL color Cylindrical-coordinate representation of color #A0825E: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0825E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 94 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.37 |
| HSL | 32.73º | 0.26% | 0.5% | - |
| HSV(B) | 32.73º | 0.41% | 0.63% | - |
| XYZ | 24.5 | 24.25 | 13.98 | - |
| YUV | 134.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 94 | 0 | 0.19 | 0.41 | 0.37 | 32.73 | 0.26 | 0.5 |
| Hex | A0 | 82 | 5E | 0 | 13 | 29 | 25 | 21 | 1A | 32 |
| Octal | 240 | 202 | 136 | 0 | 23 | 51 | 45 | 41 | 32 | 62 |
| Binary | 10100000 | 10000010 | 1011110 | 0 | 10011 | 101001 | 100101 | 100001 | 11010 | 110010 |
Color Harmonies of #A0825E
Complementary color
Monochromatic Colors of #A0825E
Black with #A0825E
Text Example
Text Example
White with #A0825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0825E; }
p { color: rgb(160,130,94); }
H1.HeaderClassName
{
color: #A0825E;
}
.AnyTagClassName
{
color: #A0825E;
}
</style>
background-color css
<style>
a { background-color: #A0825E; }
a { background-color: rgb(160,130,94); }
div.DivClassName
{
background-color: #A0825E;
}
.BgClassName
{
background-color: #A0825E;
}
</style>
border-color css
<style>
span { border-color: #A0825E; }
span { border-color: rgb(160,130,94); }
td.TdClassName
{
border-color: #A0825E;
}
.TagClassName
{
border-color: #A0825E;
}
</style>