Shades of Sorrell Brown #A07B5E
Tints of Sorrell Brown #A07B5E
RGB
CMYK
RGB Variations
Color information
#A07B5E (or 0xA07B5E) is known color: Sorrell Brown. HEX triplet: A0, 7B and 5E. RGB value is (160,123,94). Sum of RGB (Red+Green+Blue) = 160+123+94=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B5E is #5F84A1. Grayscale: #828282. Windows color (decimal): -6259874 or 6192032. OLE color: 6192032.
HSL color Cylindrical-coordinate representation of color #A07B5E: hue angle of 26.36º 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 #A07B5E is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 94 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.37 |
| HSL | 26.36º | 0.26% | 0.5% | - |
| HSV(B) | 26.36º | 0.41% | 0.63% | - |
| XYZ | 23.6 | 22.45 | 13.68 | - |
| YUV | 130.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 94 | 0 | 0.23 | 0.41 | 0.37 | 26.36 | 0.26 | 0.5 |
| Hex | A0 | 7B | 5E | 0 | 17 | 29 | 25 | 1A | 1A | 32 |
| Octal | 240 | 173 | 136 | 0 | 27 | 51 | 45 | 32 | 32 | 62 |
| Binary | 10100000 | 1111011 | 1011110 | 0 | 10111 | 101001 | 100101 | 11010 | 11010 | 110010 |
Color Harmonies of #A07B5E
Complementary color
Monochromatic Colors of #A07B5E
Black with #A07B5E
Text Example
Text Example
White with #A07B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B5E; }
p { color: rgb(160,123,94); }
H1.HeaderClassName
{
color: #A07B5E;
}
.AnyTagClassName
{
color: #A07B5E;
}
</style>
background-color css
<style>
a { background-color: #A07B5E; }
a { background-color: rgb(160,123,94); }
div.DivClassName
{
background-color: #A07B5E;
}
.BgClassName
{
background-color: #A07B5E;
}
</style>
border-color css
<style>
span { border-color: #A07B5E; }
span { border-color: rgb(160,123,94); }
td.TdClassName
{
border-color: #A07B5E;
}
.TagClassName
{
border-color: #A07B5E;
}
</style>