Shades of Brown #A22B25
Tints of Brown #A22B25
RGB
CMYK
RGB Variations
Color information
#A22B25 (or 0xA22B25) is known color: Brown. HEX triplet: A2, 2B and 25. RGB value is (162,43,37). Sum of RGB (Red+Green+Blue) = 162+43+37=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B25 is #5DD4DA. Grayscale: #4E4E4E. Windows color (decimal): -6149339 or 2436002. OLE color: 2436002.
HSL color Cylindrical-coordinate representation of color #A22B25: hue angle of 2.88º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22B25 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 37 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.36 |
| HSL | 2.88º | 0.63% | 0.39% | - |
| HSV(B) | 2.88º | 0.77% | 0.64% | - |
| XYZ | 16.1 | 9.54 | 2.74 | - |
| YUV | 77.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 37 | 0 | 0.73 | 0.77 | 0.36 | 2.88 | 0.63 | 0.39 |
| Hex | A2 | 2B | 25 | 0 | 49 | 4D | 24 | 3 | 3F | 27 |
| Octal | 242 | 53 | 45 | 0 | 111 | 115 | 44 | 3 | 77 | 47 |
| Binary | 10100010 | 101011 | 100101 | 0 | 1001001 | 1001101 | 100100 | 11 | 111111 | 100111 |
Color Harmonies of #A22B25
Complementary color
Monochromatic Colors of #A22B25
Black with #A22B25
Text Example
Text Example
White with #A22B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B25; }
p { color: rgb(162,43,37); }
H1.HeaderClassName
{
color: #A22B25;
}
.AnyTagClassName
{
color: #A22B25;
}
</style>
background-color css
<style>
a { background-color: #A22B25; }
a { background-color: rgb(162,43,37); }
div.DivClassName
{
background-color: #A22B25;
}
.BgClassName
{
background-color: #A22B25;
}
</style>
border-color css
<style>
span { border-color: #A22B25; }
span { border-color: rgb(162,43,37); }
td.TdClassName
{
border-color: #A22B25;
}
.TagClassName
{
border-color: #A22B25;
}
</style>