Shades of Sorrell Brown #A07B5B
Tints of Sorrell Brown #A07B5B
RGB
CMYK
RGB Variations
Color information
#A07B5B (or 0xA07B5B) is known color: Sorrell Brown. HEX triplet: A0, 7B and 5B. RGB value is (160,123,91). Sum of RGB (Red+Green+Blue) = 160+123+91=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B5B is #5F84A4. Grayscale: #828282. Windows color (decimal): -6259877 or 5995424. OLE color: 5995424.
HSL color Cylindrical-coordinate representation of color #A07B5B: hue angle of 27.83º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07B5B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 91 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.37 |
| HSL | 27.83º | 0.27% | 0.49% | - |
| HSV(B) | 27.83º | 0.43% | 0.63% | - |
| XYZ | 23.47 | 22.39 | 12.98 | - |
| YUV | 130.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 91 | 0 | 0.23 | 0.43 | 0.37 | 27.83 | 0.27 | 0.49 |
| Hex | A0 | 7B | 5B | 0 | 17 | 2B | 25 | 1C | 1B | 31 |
| Octal | 240 | 173 | 133 | 0 | 27 | 53 | 45 | 34 | 33 | 61 |
| Binary | 10100000 | 1111011 | 1011011 | 0 | 10111 | 101011 | 100101 | 11100 | 11011 | 110001 |
Color Harmonies of #A07B5B
Complementary color
Monochromatic Colors of #A07B5B
Black with #A07B5B
Text Example
Text Example
White with #A07B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B5B; }
p { color: rgb(160,123,91); }
H1.HeaderClassName
{
color: #A07B5B;
}
.AnyTagClassName
{
color: #A07B5B;
}
</style>
background-color css
<style>
a { background-color: #A07B5B; }
a { background-color: rgb(160,123,91); }
div.DivClassName
{
background-color: #A07B5B;
}
.BgClassName
{
background-color: #A07B5B;
}
</style>
border-color css
<style>
span { border-color: #A07B5B; }
span { border-color: rgb(160,123,91); }
td.TdClassName
{
border-color: #A07B5B;
}
.TagClassName
{
border-color: #A07B5B;
}
</style>