Shades of Sorrell Brown #A17F60
Tints of Sorrell Brown #A17F60
RGB
CMYK
RGB Variations
Color information
#A17F60 (or 0xA17F60) is known color: Sorrell Brown. HEX triplet: A1, 7F and 60. RGB value is (161,127,96). Sum of RGB (Red+Green+Blue) = 161+127+96=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F60 is #5E809F. Grayscale: #858585. Windows color (decimal): -6193312 or 6324129. OLE color: 6324129.
HSL color Cylindrical-coordinate representation of color #A17F60: hue angle of 28.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17F60 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 96 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.37 |
| HSL | 28.62º | 0.26% | 0.5% | - |
| HSV(B) | 28.62º | 0.4% | 0.63% | - |
| XYZ | 24.4 | 23.6 | 14.34 | - |
| YUV | 133.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 96 | 0 | 0.21 | 0.40 | 0.37 | 28.62 | 0.26 | 0.5 |
| Hex | A1 | 7F | 60 | 0 | 15 | 28 | 25 | 1D | 1A | 32 |
| Octal | 241 | 177 | 140 | 0 | 25 | 50 | 45 | 35 | 32 | 62 |
| Binary | 10100001 | 1111111 | 1100000 | 0 | 10101 | 101000 | 100101 | 11101 | 11010 | 110010 |
Color Harmonies of #A17F60
Complementary color
Monochromatic Colors of #A17F60
Black with #A17F60
Text Example
Text Example
White with #A17F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F60; }
p { color: rgb(161,127,96); }
H1.HeaderClassName
{
color: #A17F60;
}
.AnyTagClassName
{
color: #A17F60;
}
</style>
background-color css
<style>
a { background-color: #A17F60; }
a { background-color: rgb(161,127,96); }
div.DivClassName
{
background-color: #A17F60;
}
.BgClassName
{
background-color: #A17F60;
}
</style>
border-color css
<style>
span { border-color: #A17F60; }
span { border-color: rgb(161,127,96); }
td.TdClassName
{
border-color: #A17F60;
}
.TagClassName
{
border-color: #A17F60;
}
</style>