Shades of Sorrell Brown #A07E5E
Tints of Sorrell Brown #A07E5E
RGB
CMYK
RGB Variations
Color information
#A07E5E (or 0xA07E5E) is known color: Sorrell Brown. HEX triplet: A0, 7E and 5E. RGB value is (160,126,94). Sum of RGB (Red+Green+Blue) = 160+126+94=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E5E is #5F81A1. Grayscale: #848484. Windows color (decimal): -6259106 or 6192800. OLE color: 6192800.
HSL color Cylindrical-coordinate representation of color #A07E5E: hue angle of 29.09º 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 #A07E5E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 94 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.37 |
| HSL | 29.09º | 0.26% | 0.5% | - |
| HSV(B) | 29.09º | 0.41% | 0.63% | - |
| XYZ | 23.98 | 23.2 | 13.8 | - |
| YUV | 132.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 94 | 0 | 0.21 | 0.41 | 0.37 | 29.09 | 0.26 | 0.5 |
| Hex | A0 | 7E | 5E | 0 | 15 | 29 | 25 | 1D | 1A | 32 |
| Octal | 240 | 176 | 136 | 0 | 25 | 51 | 45 | 35 | 32 | 62 |
| Binary | 10100000 | 1111110 | 1011110 | 0 | 10101 | 101001 | 100101 | 11101 | 11010 | 110010 |
Color Harmonies of #A07E5E
Complementary color
Monochromatic Colors of #A07E5E
Black with #A07E5E
Text Example
Text Example
White with #A07E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E5E; }
p { color: rgb(160,126,94); }
H1.HeaderClassName
{
color: #A07E5E;
}
.AnyTagClassName
{
color: #A07E5E;
}
</style>
background-color css
<style>
a { background-color: #A07E5E; }
a { background-color: rgb(160,126,94); }
div.DivClassName
{
background-color: #A07E5E;
}
.BgClassName
{
background-color: #A07E5E;
}
</style>
border-color css
<style>
span { border-color: #A07E5E; }
span { border-color: rgb(160,126,94); }
td.TdClassName
{
border-color: #A07E5E;
}
.TagClassName
{
border-color: #A07E5E;
}
</style>