Shades of Sorrell Brown #A38460
Tints of Sorrell Brown #A38460
RGB
CMYK
RGB Variations
Color information
#A38460 (or 0xA38460) is known color: Sorrell Brown. HEX triplet: A3, 84 and 60. RGB value is (163,132,96). Sum of RGB (Red+Green+Blue) = 163+132+96=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A38460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38460 is #5C7B9F. Grayscale: #898989. Windows color (decimal): -6060960 or 6325411. OLE color: 6325411.
HSL color Cylindrical-coordinate representation of color #A38460: hue angle of 32.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38460 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 96 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.36 |
| HSL | 32.24º | 0.27% | 0.51% | - |
| HSV(B) | 32.24º | 0.41% | 0.64% | - |
| XYZ | 25.47 | 25.13 | 14.58 | - |
| YUV | 137.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 96 | 0 | 0.19 | 0.41 | 0.36 | 32.24 | 0.27 | 0.51 |
| Hex | A3 | 84 | 60 | 0 | 13 | 29 | 24 | 20 | 1B | 33 |
| Octal | 243 | 204 | 140 | 0 | 23 | 51 | 44 | 40 | 33 | 63 |
| Binary | 10100011 | 10000100 | 1100000 | 0 | 10011 | 101001 | 100100 | 100000 | 11011 | 110011 |
Color Harmonies of #A38460
Complementary color
Monochromatic Colors of #A38460
Black with #A38460
Text Example
Text Example
White with #A38460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38460; }
p { color: rgb(163,132,96); }
H1.HeaderClassName
{
color: #A38460;
}
.AnyTagClassName
{
color: #A38460;
}
</style>
background-color css
<style>
a { background-color: #A38460; }
a { background-color: rgb(163,132,96); }
div.DivClassName
{
background-color: #A38460;
}
.BgClassName
{
background-color: #A38460;
}
</style>
border-color css
<style>
span { border-color: #A38460; }
span { border-color: rgb(163,132,96); }
td.TdClassName
{
border-color: #A38460;
}
.TagClassName
{
border-color: #A38460;
}
</style>