Shades of Sorrell Brown #A28560
Tints of Sorrell Brown #A28560
RGB
CMYK
RGB Variations
Color information
#A28560 (or 0xA28560) is known color: Sorrell Brown. HEX triplet: A2, 85 and 60. RGB value is (162,133,96). Sum of RGB (Red+Green+Blue) = 162+133+96=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28560 is #5D7A9F. Grayscale: #898989. Windows color (decimal): -6126240 or 6325666. OLE color: 6325666.
HSL color Cylindrical-coordinate representation of color #A28560: hue angle of 33.64º degrees, saturation: 0.26, 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 #A28560 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 96 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.36 |
| HSL | 33.64º | 0.26% | 0.51% | - |
| HSV(B) | 33.64º | 0.41% | 0.64% | - |
| XYZ | 25.4 | 25.3 | 14.61 | - |
| YUV | 137.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 96 | 0 | 0.18 | 0.41 | 0.36 | 33.64 | 0.26 | 0.51 |
| Hex | A2 | 85 | 60 | 0 | 12 | 29 | 24 | 22 | 1A | 33 |
| Octal | 242 | 205 | 140 | 0 | 22 | 51 | 44 | 42 | 32 | 63 |
| Binary | 10100010 | 10000101 | 1100000 | 0 | 10010 | 101001 | 100100 | 100010 | 11010 | 110011 |
Color Harmonies of #A28560
Complementary color
Monochromatic Colors of #A28560
Black with #A28560
Text Example
Text Example
White with #A28560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28560; }
p { color: rgb(162,133,96); }
H1.HeaderClassName
{
color: #A28560;
}
.AnyTagClassName
{
color: #A28560;
}
</style>
background-color css
<style>
a { background-color: #A28560; }
a { background-color: rgb(162,133,96); }
div.DivClassName
{
background-color: #A28560;
}
.BgClassName
{
background-color: #A28560;
}
</style>
border-color css
<style>
span { border-color: #A28560; }
span { border-color: rgb(162,133,96); }
td.TdClassName
{
border-color: #A28560;
}
.TagClassName
{
border-color: #A28560;
}
</style>