Shades of Sorrell Brown #A17D5F
Tints of Sorrell Brown #A17D5F
RGB
CMYK
RGB Variations
Color information
#A17D5F (or 0xA17D5F) is known color: Sorrell Brown. HEX triplet: A1, 7D and 5F. RGB value is (161,125,95). Sum of RGB (Red+Green+Blue) = 161+125+95=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D5F is #5E82A0. Grayscale: #848484. Windows color (decimal): -6193825 or 6258081. OLE color: 6258081.
HSL color Cylindrical-coordinate representation of color #A17D5F: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17D5F is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 95 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.37 |
| HSL | 27.27º | 0.26% | 0.5% | - |
| HSV(B) | 27.27º | 0.41% | 0.63% | - |
| XYZ | 24.1 | 23.07 | 14.01 | - |
| YUV | 132.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 95 | 0 | 0.22 | 0.41 | 0.37 | 27.27 | 0.26 | 0.5 |
| Hex | A1 | 7D | 5F | 0 | 16 | 29 | 25 | 1B | 1A | 32 |
| Octal | 241 | 175 | 137 | 0 | 26 | 51 | 45 | 33 | 32 | 62 |
| Binary | 10100001 | 1111101 | 1011111 | 0 | 10110 | 101001 | 100101 | 11011 | 11010 | 110010 |
Color Harmonies of #A17D5F
Complementary color
Monochromatic Colors of #A17D5F
Black with #A17D5F
Text Example
Text Example
White with #A17D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D5F; }
p { color: rgb(161,125,95); }
H1.HeaderClassName
{
color: #A17D5F;
}
.AnyTagClassName
{
color: #A17D5F;
}
</style>
background-color css
<style>
a { background-color: #A17D5F; }
a { background-color: rgb(161,125,95); }
div.DivClassName
{
background-color: #A17D5F;
}
.BgClassName
{
background-color: #A17D5F;
}
</style>
border-color css
<style>
span { border-color: #A17D5F; }
span { border-color: rgb(161,125,95); }
td.TdClassName
{
border-color: #A17D5F;
}
.TagClassName
{
border-color: #A17D5F;
}
</style>