Shades of Sorrell Brown #A17E5D
Tints of Sorrell Brown #A17E5D
RGB
CMYK
RGB Variations
Color information
#A17E5D (or 0xA17E5D) is known color: Sorrell Brown. HEX triplet: A1, 7E and 5D. RGB value is (161,126,93). Sum of RGB (Red+Green+Blue) = 161+126+93=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E5D is #5E81A2. Grayscale: #848484. Windows color (decimal): -6193571 or 6127265. OLE color: 6127265.
HSL color Cylindrical-coordinate representation of color #A17E5D: hue angle of 29.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17E5D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 93 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.37 |
| HSL | 29.12º | 0.27% | 0.5% | - |
| HSV(B) | 29.12º | 0.42% | 0.63% | - |
| XYZ | 24.13 | 23.29 | 13.58 | - |
| YUV | 132.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 93 | 0 | 0.22 | 0.42 | 0.37 | 29.12 | 0.27 | 0.5 |
| Hex | A1 | 7E | 5D | 0 | 16 | 2A | 25 | 1D | 1B | 32 |
| Octal | 241 | 176 | 135 | 0 | 26 | 52 | 45 | 35 | 33 | 62 |
| Binary | 10100001 | 1111110 | 1011101 | 0 | 10110 | 101010 | 100101 | 11101 | 11011 | 110010 |
Color Harmonies of #A17E5D
Complementary color
Monochromatic Colors of #A17E5D
Black with #A17E5D
Text Example
Text Example
White with #A17E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E5D; }
p { color: rgb(161,126,93); }
H1.HeaderClassName
{
color: #A17E5D;
}
.AnyTagClassName
{
color: #A17E5D;
}
</style>
background-color css
<style>
a { background-color: #A17E5D; }
a { background-color: rgb(161,126,93); }
div.DivClassName
{
background-color: #A17E5D;
}
.BgClassName
{
background-color: #A17E5D;
}
</style>
border-color css
<style>
span { border-color: #A17E5D; }
span { border-color: rgb(161,126,93); }
td.TdClassName
{
border-color: #A17E5D;
}
.TagClassName
{
border-color: #A17E5D;
}
</style>