Shades of Brown #A22522
Tints of Brown #A22522
RGB
CMYK
RGB Variations
Color information
#A22522 (or 0xA22522) is known color: Brown. HEX triplet: A2, 25 and 22. RGB value is (162,37,34). Sum of RGB (Red+Green+Blue) = 162+37+34=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22522 is #5DDADD. Grayscale: #4A4A4A. Windows color (decimal): -6150878 or 2237858. OLE color: 2237858.
HSL color Cylindrical-coordinate representation of color #A22522: hue angle of 1.41º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22522 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 34 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.36 |
| HSL | 1.41º | 0.65% | 0.38% | - |
| HSV(B) | 1.41º | 0.79% | 0.64% | - |
| XYZ | 15.85 | 9.12 | 2.44 | - |
| YUV | 74.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 34 | 0 | 0.77 | 0.79 | 0.36 | 1.41 | 0.65 | 0.38 |
| Hex | A2 | 25 | 22 | 0 | 4D | 4F | 24 | 1 | 41 | 26 |
| Octal | 242 | 45 | 42 | 0 | 115 | 117 | 44 | 1 | 101 | 46 |
| Binary | 10100010 | 100101 | 100010 | 0 | 1001101 | 1001111 | 100100 | 1 | 1000001 | 100110 |
Color Harmonies of #A22522
Complementary color
Monochromatic Colors of #A22522
Black with #A22522
Text Example
Text Example
White with #A22522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22522; }
p { color: rgb(162,37,34); }
H1.HeaderClassName
{
color: #A22522;
}
.AnyTagClassName
{
color: #A22522;
}
</style>
background-color css
<style>
a { background-color: #A22522; }
a { background-color: rgb(162,37,34); }
div.DivClassName
{
background-color: #A22522;
}
.BgClassName
{
background-color: #A22522;
}
</style>
border-color css
<style>
span { border-color: #A22522; }
span { border-color: rgb(162,37,34); }
td.TdClassName
{
border-color: #A22522;
}
.TagClassName
{
border-color: #A22522;
}
</style>