Shades of Sorrell Brown #A2845C
Tints of Sorrell Brown #A2845C
RGB
CMYK
RGB Variations
Color information
#A2845C (or 0xA2845C) is known color: Sorrell Brown. HEX triplet: A2, 84 and 5C. RGB value is (162,132,92). Sum of RGB (Red+Green+Blue) = 162+132+92=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845C is #5D7BA3. Grayscale: #888888. Windows color (decimal): -6126500 or 6063266. OLE color: 6063266.
HSL color Cylindrical-coordinate representation of color #A2845C: hue angle of 34.29º 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 #A2845C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 92 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.36 |
| HSL | 34.29º | 0.28% | 0.5% | - |
| HSV(B) | 34.29º | 0.43% | 0.64% | - |
| XYZ | 25.08 | 24.96 | 13.62 | - |
| YUV | 136.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 92 | 0 | 0.19 | 0.43 | 0.36 | 34.29 | 0.28 | 0.5 |
| Hex | A2 | 84 | 5C | 0 | 13 | 2B | 24 | 22 | 1C | 32 |
| Octal | 242 | 204 | 134 | 0 | 23 | 53 | 44 | 42 | 34 | 62 |
| Binary | 10100010 | 10000100 | 1011100 | 0 | 10011 | 101011 | 100100 | 100010 | 11100 | 110010 |
Color Harmonies of #A2845C
Complementary color
Monochromatic Colors of #A2845C
Black with #A2845C
Text Example
Text Example
White with #A2845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2845C; }
p { color: rgb(162,132,92); }
H1.HeaderClassName
{
color: #A2845C;
}
.AnyTagClassName
{
color: #A2845C;
}
</style>
background-color css
<style>
a { background-color: #A2845C; }
a { background-color: rgb(162,132,92); }
div.DivClassName
{
background-color: #A2845C;
}
.BgClassName
{
background-color: #A2845C;
}
</style>
border-color css
<style>
span { border-color: #A2845C; }
span { border-color: rgb(162,132,92); }
td.TdClassName
{
border-color: #A2845C;
}
.TagClassName
{
border-color: #A2845C;
}
</style>