Shades of Sorrell Brown #A2805B
Tints of Sorrell Brown #A2805B
RGB
CMYK
RGB Variations
Color information
#A2805B (or 0xA2805B) is known color: Sorrell Brown. HEX triplet: A2, 80 and 5B. RGB value is (162,128,91). Sum of RGB (Red+Green+Blue) = 162+128+91=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2805B is #5D7FA4. Grayscale: #868686. Windows color (decimal): -6127525 or 5996706. OLE color: 5996706.
HSL color Cylindrical-coordinate representation of color #A2805B: hue angle of 31.27º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2805B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 91 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.36 |
| HSL | 31.27º | 0.28% | 0.5% | - |
| HSV(B) | 31.27º | 0.44% | 0.64% | - |
| XYZ | 24.51 | 23.88 | 13.21 | - |
| YUV | 133.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 91 | 0 | 0.21 | 0.44 | 0.36 | 31.27 | 0.28 | 0.5 |
| Hex | A2 | 80 | 5B | 0 | 15 | 2C | 24 | 1F | 1C | 32 |
| Octal | 242 | 200 | 133 | 0 | 25 | 54 | 44 | 37 | 34 | 62 |
| Binary | 10100010 | 10000000 | 1011011 | 0 | 10101 | 101100 | 100100 | 11111 | 11100 | 110010 |
Color Harmonies of #A2805B
Complementary color
Monochromatic Colors of #A2805B
Black with #A2805B
Text Example
Text Example
White with #A2805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2805B; }
p { color: rgb(162,128,91); }
H1.HeaderClassName
{
color: #A2805B;
}
.AnyTagClassName
{
color: #A2805B;
}
</style>
background-color css
<style>
a { background-color: #A2805B; }
a { background-color: rgb(162,128,91); }
div.DivClassName
{
background-color: #A2805B;
}
.BgClassName
{
background-color: #A2805B;
}
</style>
border-color css
<style>
span { border-color: #A2805B; }
span { border-color: rgb(162,128,91); }
td.TdClassName
{
border-color: #A2805B;
}
.TagClassName
{
border-color: #A2805B;
}
</style>