Shades of Sorrell Brown #A2835C
Tints of Sorrell Brown #A2835C
RGB
CMYK
RGB Variations
Color information
#A2835C (or 0xA2835C) is known color: Sorrell Brown. HEX triplet: A2, 83 and 5C. RGB value is (162,131,92). Sum of RGB (Red+Green+Blue) = 162+131+92=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2835C is #5D7CA3. Grayscale: #888888. Windows color (decimal): -6126756 or 6063010. OLE color: 6063010.
HSL color Cylindrical-coordinate representation of color #A2835C: hue angle of 33.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2835C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 92 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.36 |
| HSL | 33.43º | 0.28% | 0.5% | - |
| HSV(B) | 33.43º | 0.43% | 0.64% | - |
| XYZ | 24.95 | 24.69 | 13.58 | - |
| YUV | 135.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 92 | 0 | 0.19 | 0.43 | 0.36 | 33.43 | 0.28 | 0.5 |
| Hex | A2 | 83 | 5C | 0 | 13 | 2B | 24 | 21 | 1C | 32 |
| Octal | 242 | 203 | 134 | 0 | 23 | 53 | 44 | 41 | 34 | 62 |
| Binary | 10100010 | 10000011 | 1011100 | 0 | 10011 | 101011 | 100100 | 100001 | 11100 | 110010 |
Color Harmonies of #A2835C
Complementary color
Monochromatic Colors of #A2835C
Black with #A2835C
Text Example
Text Example
White with #A2835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2835C; }
p { color: rgb(162,131,92); }
H1.HeaderClassName
{
color: #A2835C;
}
.AnyTagClassName
{
color: #A2835C;
}
</style>
background-color css
<style>
a { background-color: #A2835C; }
a { background-color: rgb(162,131,92); }
div.DivClassName
{
background-color: #A2835C;
}
.BgClassName
{
background-color: #A2835C;
}
</style>
border-color css
<style>
span { border-color: #A2835C; }
span { border-color: rgb(162,131,92); }
td.TdClassName
{
border-color: #A2835C;
}
.TagClassName
{
border-color: #A2835C;
}
</style>