Shades of Sorrell Brown #A2805F
Tints of Sorrell Brown #A2805F
RGB
CMYK
RGB Variations
Color information
#A2805F (or 0xA2805F) is known color: Sorrell Brown. HEX triplet: A2, 80 and 5F. RGB value is (162,128,95). Sum of RGB (Red+Green+Blue) = 162+128+95=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2805F is #5D7FA0. Grayscale: #868686. Windows color (decimal): -6127521 or 6258850. OLE color: 6258850.
HSL color Cylindrical-coordinate representation of color #A2805F: hue angle of 29.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2805F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 128 | 95 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.36 |
| HSL | 29.55º | 0.26% | 0.5% | - |
| HSV(B) | 29.55º | 0.41% | 0.64% | - |
| XYZ | 24.69 | 23.95 | 14.15 | - |
| YUV | 134.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 95 | 0 | 0.21 | 0.41 | 0.36 | 29.55 | 0.26 | 0.5 |
| Hex | A2 | 80 | 5F | 0 | 15 | 29 | 24 | 1E | 1A | 32 |
| Octal | 242 | 200 | 137 | 0 | 25 | 51 | 44 | 36 | 32 | 62 |
| Binary | 10100010 | 10000000 | 1011111 | 0 | 10101 | 101001 | 100100 | 11110 | 11010 | 110010 |
Color Harmonies of #A2805F
Complementary color
Monochromatic Colors of #A2805F
Black with #A2805F
Text Example
Text Example
White with #A2805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2805F; }
p { color: rgb(162,128,95); }
H1.HeaderClassName
{
color: #A2805F;
}
.AnyTagClassName
{
color: #A2805F;
}
</style>
background-color css
<style>
a { background-color: #A2805F; }
a { background-color: rgb(162,128,95); }
div.DivClassName
{
background-color: #A2805F;
}
.BgClassName
{
background-color: #A2805F;
}
</style>
border-color css
<style>
span { border-color: #A2805F; }
span { border-color: rgb(162,128,95); }
td.TdClassName
{
border-color: #A2805F;
}
.TagClassName
{
border-color: #A2805F;
}
</style>