Shades of Sorrell Brown #A18264
Tints of Sorrell Brown #A18264
RGB
CMYK
RGB Variations
Color information
#A18264 (or 0xA18264) is known color: Sorrell Brown. HEX triplet: A1, 82 and 64. RGB value is (161,130,100). Sum of RGB (Red+Green+Blue) = 161+130+100=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A18264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18264 is #5E7D9B. Grayscale: #888888. Windows color (decimal): -6192540 or 6587041. OLE color: 6587041.
HSL color Cylindrical-coordinate representation of color #A18264: hue angle of 29.51º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A18264 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 100 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.37 |
| HSL | 29.51º | 0.24% | 0.51% | - |
| HSV(B) | 29.51º | 0.38% | 0.63% | - |
| XYZ | 24.98 | 24.46 | 15.46 | - |
| YUV | 135.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 100 | 0 | 0.19 | 0.38 | 0.37 | 29.51 | 0.24 | 0.51 |
| Hex | A1 | 82 | 64 | 0 | 13 | 26 | 25 | 1E | 18 | 33 |
| Octal | 241 | 202 | 144 | 0 | 23 | 46 | 45 | 36 | 30 | 63 |
| Binary | 10100001 | 10000010 | 1100100 | 0 | 10011 | 100110 | 100101 | 11110 | 11000 | 110011 |
Color Harmonies of #A18264
Complementary color
Monochromatic Colors of #A18264
Black with #A18264
Text Example
Text Example
White with #A18264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18264; }
p { color: rgb(161,130,100); }
H1.HeaderClassName
{
color: #A18264;
}
.AnyTagClassName
{
color: #A18264;
}
</style>
background-color css
<style>
a { background-color: #A18264; }
a { background-color: rgb(161,130,100); }
div.DivClassName
{
background-color: #A18264;
}
.BgClassName
{
background-color: #A18264;
}
</style>
border-color css
<style>
span { border-color: #A18264; }
span { border-color: rgb(161,130,100); }
td.TdClassName
{
border-color: #A18264;
}
.TagClassName
{
border-color: #A18264;
}
</style>