Shades of Sorrell Brown #A07C5E
Tints of Sorrell Brown #A07C5E
RGB
CMYK
RGB Variations
Color information
#A07C5E (or 0xA07C5E) is known color: Sorrell Brown. HEX triplet: A0, 7C and 5E. RGB value is (160,124,94). Sum of RGB (Red+Green+Blue) = 160+124+94=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C5E is #5F83A1. Grayscale: #838383. Windows color (decimal): -6259618 or 6192288. OLE color: 6192288.
HSL color Cylindrical-coordinate representation of color #A07C5E: hue angle of 27.27º 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 #A07C5E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 94 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.37 |
| HSL | 27.27º | 0.26% | 0.5% | - |
| HSV(B) | 27.27º | 0.41% | 0.63% | - |
| XYZ | 23.73 | 22.7 | 13.72 | - |
| YUV | 131.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 94 | 0 | 0.22 | 0.41 | 0.37 | 27.27 | 0.26 | 0.5 |
| Hex | A0 | 7C | 5E | 0 | 16 | 29 | 25 | 1B | 1A | 32 |
| Octal | 240 | 174 | 136 | 0 | 26 | 51 | 45 | 33 | 32 | 62 |
| Binary | 10100000 | 1111100 | 1011110 | 0 | 10110 | 101001 | 100101 | 11011 | 11010 | 110010 |
Color Harmonies of #A07C5E
Complementary color
Monochromatic Colors of #A07C5E
Black with #A07C5E
Text Example
Text Example
White with #A07C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C5E; }
p { color: rgb(160,124,94); }
H1.HeaderClassName
{
color: #A07C5E;
}
.AnyTagClassName
{
color: #A07C5E;
}
</style>
background-color css
<style>
a { background-color: #A07C5E; }
a { background-color: rgb(160,124,94); }
div.DivClassName
{
background-color: #A07C5E;
}
.BgClassName
{
background-color: #A07C5E;
}
</style>
border-color css
<style>
span { border-color: #A07C5E; }
span { border-color: rgb(160,124,94); }
td.TdClassName
{
border-color: #A07C5E;
}
.TagClassName
{
border-color: #A07C5E;
}
</style>