Shades of Brown #A22521
Tints of Brown #A22521
RGB
CMYK
RGB Variations
Color information
#A22521 (or 0xA22521) is known color: Brown. HEX triplet: A2, 25 and 21. RGB value is (162,37,33). Sum of RGB (Red+Green+Blue) = 162+37+33=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A22521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22521 is #5DDADE. Grayscale: #4A4A4A. Windows color (decimal): -6150879 or 2172322. OLE color: 2172322.
HSL color Cylindrical-coordinate representation of color #A22521: hue angle of 1.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22521 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 33 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.36 |
| HSL | 1.86º | 0.66% | 0.38% | - |
| HSV(B) | 1.86º | 0.8% | 0.64% | - |
| XYZ | 15.84 | 9.11 | 2.36 | - |
| YUV | 73.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 33 | 0 | 0.77 | 0.80 | 0.36 | 1.86 | 0.66 | 0.38 |
| Hex | A2 | 25 | 21 | 0 | 4D | 50 | 24 | 2 | 42 | 26 |
| Octal | 242 | 45 | 41 | 0 | 115 | 120 | 44 | 2 | 102 | 46 |
| Binary | 10100010 | 100101 | 100001 | 0 | 1001101 | 1010000 | 100100 | 10 | 1000010 | 100110 |
Color Harmonies of #A22521
Complementary color
Monochromatic Colors of #A22521
Black with #A22521
Text Example
Text Example
White with #A22521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22521; }
p { color: rgb(162,37,33); }
H1.HeaderClassName
{
color: #A22521;
}
.AnyTagClassName
{
color: #A22521;
}
</style>
background-color css
<style>
a { background-color: #A22521; }
a { background-color: rgb(162,37,33); }
div.DivClassName
{
background-color: #A22521;
}
.BgClassName
{
background-color: #A22521;
}
</style>
border-color css
<style>
span { border-color: #A22521; }
span { border-color: rgb(162,37,33); }
td.TdClassName
{
border-color: #A22521;
}
.TagClassName
{
border-color: #A22521;
}
</style>