Shades of Sorrell Brown #A17B5C
Tints of Sorrell Brown #A17B5C
RGB
CMYK
RGB Variations
Color information
#A17B5C (or 0xA17B5C) is known color: Sorrell Brown. HEX triplet: A1, 7B and 5C. RGB value is (161,123,92). Sum of RGB (Red+Green+Blue) = 161+123+92=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B5C is #5E84A3. Grayscale: #828282. Windows color (decimal): -6194340 or 6060961. OLE color: 6060961.
HSL color Cylindrical-coordinate representation of color #A17B5C: hue angle of 26.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17B5C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 92 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.37 |
| HSL | 26.96º | 0.27% | 0.5% | - |
| HSV(B) | 26.96º | 0.43% | 0.63% | - |
| XYZ | 23.71 | 22.52 | 13.22 | - |
| YUV | 130.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 92 | 0 | 0.24 | 0.43 | 0.37 | 26.96 | 0.27 | 0.5 |
| Hex | A1 | 7B | 5C | 0 | 18 | 2B | 25 | 1B | 1B | 32 |
| Octal | 241 | 173 | 134 | 0 | 30 | 53 | 45 | 33 | 33 | 62 |
| Binary | 10100001 | 1111011 | 1011100 | 0 | 11000 | 101011 | 100101 | 11011 | 11011 | 110010 |
Color Harmonies of #A17B5C
Complementary color
Monochromatic Colors of #A17B5C
Black with #A17B5C
Text Example
Text Example
White with #A17B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B5C; }
p { color: rgb(161,123,92); }
H1.HeaderClassName
{
color: #A17B5C;
}
.AnyTagClassName
{
color: #A17B5C;
}
</style>
background-color css
<style>
a { background-color: #A17B5C; }
a { background-color: rgb(161,123,92); }
div.DivClassName
{
background-color: #A17B5C;
}
.BgClassName
{
background-color: #A17B5C;
}
</style>
border-color css
<style>
span { border-color: #A17B5C; }
span { border-color: rgb(161,123,92); }
td.TdClassName
{
border-color: #A17B5C;
}
.TagClassName
{
border-color: #A17B5C;
}
</style>