Shades of Sorrell Brown #A17F5D
Tints of Sorrell Brown #A17F5D
RGB
CMYK
RGB Variations
Color information
#A17F5D (or 0xA17F5D) is known color: Sorrell Brown. HEX triplet: A1, 7F and 5D. RGB value is (161,127,93). Sum of RGB (Red+Green+Blue) = 161+127+93=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F5D is #5E80A2. Grayscale: #858585. Windows color (decimal): -6193315 or 6127521. OLE color: 6127521.
HSL color Cylindrical-coordinate representation of color #A17F5D: hue angle of 30º 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 #A17F5D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 93 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.37 |
| HSL | 30º | 0.27% | 0.5% | - |
| HSV(B) | 30º | 0.42% | 0.63% | - |
| XYZ | 24.26 | 23.55 | 13.62 | - |
| YUV | 133.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 93 | 0 | 0.21 | 0.42 | 0.37 | 30 | 0.27 | 0.5 |
| Hex | A1 | 7F | 5D | 0 | 15 | 2A | 25 | 1E | 1B | 32 |
| Octal | 241 | 177 | 135 | 0 | 25 | 52 | 45 | 36 | 33 | 62 |
| Binary | 10100001 | 1111111 | 1011101 | 0 | 10101 | 101010 | 100101 | 11110 | 11011 | 110010 |
Color Harmonies of #A17F5D
Complementary color
Monochromatic Colors of #A17F5D
Black with #A17F5D
Text Example
Text Example
White with #A17F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F5D; }
p { color: rgb(161,127,93); }
H1.HeaderClassName
{
color: #A17F5D;
}
.AnyTagClassName
{
color: #A17F5D;
}
</style>
background-color css
<style>
a { background-color: #A17F5D; }
a { background-color: rgb(161,127,93); }
div.DivClassName
{
background-color: #A17F5D;
}
.BgClassName
{
background-color: #A17F5D;
}
</style>
border-color css
<style>
span { border-color: #A17F5D; }
span { border-color: rgb(161,127,93); }
td.TdClassName
{
border-color: #A17F5D;
}
.TagClassName
{
border-color: #A17F5D;
}
</style>