Shades of Brown #A22E2C
Tints of Brown #A22E2C
RGB
CMYK
RGB Variations
Color information
#A22E2C (or 0xA22E2C) is known color: Brown. HEX triplet: A2, 2E and 2C. RGB value is (162,46,44). Sum of RGB (Red+Green+Blue) = 162+46+44=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E2C is #5DD1D3. Grayscale: #505050. Windows color (decimal): -6148564 or 2895522. OLE color: 2895522.
HSL color Cylindrical-coordinate representation of color #A22E2C: hue angle of 1.02º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22E2C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 44 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.36 |
| HSL | 1.02º | 0.57% | 0.4% | - |
| HSV(B) | 1.02º | 0.73% | 0.64% | - |
| XYZ | 16.33 | 9.82 | 3.42 | - |
| YUV | 80.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 44 | 0 | 0.72 | 0.73 | 0.36 | 1.02 | 0.57 | 0.4 |
| Hex | A2 | 2E | 2C | 0 | 48 | 49 | 24 | 1 | 39 | 28 |
| Octal | 242 | 56 | 54 | 0 | 110 | 111 | 44 | 1 | 71 | 50 |
| Binary | 10100010 | 101110 | 101100 | 0 | 1001000 | 1001001 | 100100 | 1 | 111001 | 101000 |
Color Harmonies of #A22E2C
Complementary color
Monochromatic Colors of #A22E2C
Black with #A22E2C
Text Example
Text Example
White with #A22E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E2C; }
p { color: rgb(162,46,44); }
H1.HeaderClassName
{
color: #A22E2C;
}
.AnyTagClassName
{
color: #A22E2C;
}
</style>
background-color css
<style>
a { background-color: #A22E2C; }
a { background-color: rgb(162,46,44); }
div.DivClassName
{
background-color: #A22E2C;
}
.BgClassName
{
background-color: #A22E2C;
}
</style>
border-color css
<style>
span { border-color: #A22E2C; }
span { border-color: rgb(162,46,44); }
td.TdClassName
{
border-color: #A22E2C;
}
.TagClassName
{
border-color: #A22E2C;
}
</style>