Shades of Brown #A22F22
Tints of Brown #A22F22
RGB
CMYK
RGB Variations
Color information
#A22F22 (or 0xA22F22) is known color: Brown. HEX triplet: A2, 2F and 22. RGB value is (162,47,34). Sum of RGB (Red+Green+Blue) = 162+47+34=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F22 is #5DD0DD. Grayscale: #505050. Windows color (decimal): -6148318 or 2240418. OLE color: 2240418.
HSL color Cylindrical-coordinate representation of color #A22F22: hue angle of 6.09º 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 #A22F22 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 47 | 34 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.36 |
| HSL | 6.09º | 0.65% | 0.38% | - |
| HSV(B) | 6.09º | 0.79% | 0.64% | - |
| XYZ | 16.21 | 9.83 | 2.56 | - |
| YUV | 79.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 34 | 0 | 0.71 | 0.79 | 0.36 | 6.09 | 0.65 | 0.38 |
| Hex | A2 | 2F | 22 | 0 | 47 | 4F | 24 | 6 | 41 | 26 |
| Octal | 242 | 57 | 42 | 0 | 107 | 117 | 44 | 6 | 101 | 46 |
| Binary | 10100010 | 101111 | 100010 | 0 | 1000111 | 1001111 | 100100 | 110 | 1000001 | 100110 |
Color Harmonies of #A22F22
Complementary color
Monochromatic Colors of #A22F22
Black with #A22F22
Text Example
Text Example
White with #A22F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22F22; }
p { color: rgb(162,47,34); }
H1.HeaderClassName
{
color: #A22F22;
}
.AnyTagClassName
{
color: #A22F22;
}
</style>
background-color css
<style>
a { background-color: #A22F22; }
a { background-color: rgb(162,47,34); }
div.DivClassName
{
background-color: #A22F22;
}
.BgClassName
{
background-color: #A22F22;
}
</style>
border-color css
<style>
span { border-color: #A22F22; }
span { border-color: rgb(162,47,34); }
td.TdClassName
{
border-color: #A22F22;
}
.TagClassName
{
border-color: #A22F22;
}
</style>