Shades of Sorrell Brown #A1805C
Tints of Sorrell Brown #A1805C
RGB
CMYK
RGB Variations
Color information
#A1805C (or 0xA1805C) is known color: Sorrell Brown. HEX triplet: A1, 80 and 5C. RGB value is (161,128,92). Sum of RGB (Red+Green+Blue) = 161+128+92=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1805C is #5E7FA3. Grayscale: #858585. Windows color (decimal): -6193060 or 6062241. OLE color: 6062241.
HSL color Cylindrical-coordinate representation of color #A1805C: hue angle of 31.3º 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 #A1805C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 92 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.37 |
| HSL | 31.3º | 0.27% | 0.5% | - |
| HSV(B) | 31.3º | 0.43% | 0.63% | - |
| XYZ | 24.35 | 23.79 | 13.43 | - |
| YUV | 133.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 92 | 0 | 0.20 | 0.43 | 0.37 | 31.3 | 0.27 | 0.5 |
| Hex | A1 | 80 | 5C | 0 | 14 | 2B | 25 | 1F | 1B | 32 |
| Octal | 241 | 200 | 134 | 0 | 24 | 53 | 45 | 37 | 33 | 62 |
| Binary | 10100001 | 10000000 | 1011100 | 0 | 10100 | 101011 | 100101 | 11111 | 11011 | 110010 |
Color Harmonies of #A1805C
Complementary color
Monochromatic Colors of #A1805C
Black with #A1805C
Text Example
Text Example
White with #A1805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1805C; }
p { color: rgb(161,128,92); }
H1.HeaderClassName
{
color: #A1805C;
}
.AnyTagClassName
{
color: #A1805C;
}
</style>
background-color css
<style>
a { background-color: #A1805C; }
a { background-color: rgb(161,128,92); }
div.DivClassName
{
background-color: #A1805C;
}
.BgClassName
{
background-color: #A1805C;
}
</style>
border-color css
<style>
span { border-color: #A1805C; }
span { border-color: rgb(161,128,92); }
td.TdClassName
{
border-color: #A1805C;
}
.TagClassName
{
border-color: #A1805C;
}
</style>