Shades of Brown #A22C2A
Tints of Brown #A22C2A
RGB
CMYK
RGB Variations
Color information
#A22C2A (or 0xA22C2A) is known color: Brown. HEX triplet: A2, 2C and 2A. RGB value is (162,44,42). Sum of RGB (Red+Green+Blue) = 162+44+42=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C2A is #5DD3D5. Grayscale: #4F4F4F. Windows color (decimal): -6149078 or 2763938. OLE color: 2763938.
HSL color Cylindrical-coordinate representation of color #A22C2A: hue angle of 1º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22C2A is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 42 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.36 |
| HSL | 1º | 0.59% | 0.4% | - |
| HSV(B) | 1º | 0.74% | 0.64% | - |
| XYZ | 16.22 | 9.65 | 3.2 | - |
| YUV | 79.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 42 | 0 | 0.73 | 0.74 | 0.36 | 1 | 0.59 | 0.4 |
| Hex | A2 | 2C | 2A | 0 | 49 | 4A | 24 | 1 | 3B | 28 |
| Octal | 242 | 54 | 52 | 0 | 111 | 112 | 44 | 1 | 73 | 50 |
| Binary | 10100010 | 101100 | 101010 | 0 | 1001001 | 1001010 | 100100 | 1 | 111011 | 101000 |
Color Harmonies of #A22C2A
Complementary color
Monochromatic Colors of #A22C2A
Black with #A22C2A
Text Example
Text Example
White with #A22C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C2A; }
p { color: rgb(162,44,42); }
H1.HeaderClassName
{
color: #A22C2A;
}
.AnyTagClassName
{
color: #A22C2A;
}
</style>
background-color css
<style>
a { background-color: #A22C2A; }
a { background-color: rgb(162,44,42); }
div.DivClassName
{
background-color: #A22C2A;
}
.BgClassName
{
background-color: #A22C2A;
}
</style>
border-color css
<style>
span { border-color: #A22C2A; }
span { border-color: rgb(162,44,42); }
td.TdClassName
{
border-color: #A22C2A;
}
.TagClassName
{
border-color: #A22C2A;
}
</style>