Shades of Brown #A22B24
Tints of Brown #A22B24
RGB
CMYK
RGB Variations
Color information
#A22B24 (or 0xA22B24) is known color: Brown. HEX triplet: A2, 2B and 24. RGB value is (162,43,36). Sum of RGB (Red+Green+Blue) = 162+43+36=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B24 is #5DD4DB. Grayscale: #4D4D4D. Windows color (decimal): -6149340 or 2370466. OLE color: 2370466.
HSL color Cylindrical-coordinate representation of color #A22B24: hue angle of 3.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22B24 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 36 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.36 |
| HSL | 3.33º | 0.64% | 0.39% | - |
| HSV(B) | 3.33º | 0.78% | 0.64% | - |
| XYZ | 16.08 | 9.54 | 2.66 | - |
| YUV | 77.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 36 | 0 | 0.73 | 0.78 | 0.36 | 3.33 | 0.64 | 0.39 |
| Hex | A2 | 2B | 24 | 0 | 49 | 4E | 24 | 3 | 40 | 27 |
| Octal | 242 | 53 | 44 | 0 | 111 | 116 | 44 | 3 | 100 | 47 |
| Binary | 10100010 | 101011 | 100100 | 0 | 1001001 | 1001110 | 100100 | 11 | 1000000 | 100111 |
Color Harmonies of #A22B24
Complementary color
Monochromatic Colors of #A22B24
Black with #A22B24
Text Example
Text Example
White with #A22B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B24; }
p { color: rgb(162,43,36); }
H1.HeaderClassName
{
color: #A22B24;
}
.AnyTagClassName
{
color: #A22B24;
}
</style>
background-color css
<style>
a { background-color: #A22B24; }
a { background-color: rgb(162,43,36); }
div.DivClassName
{
background-color: #A22B24;
}
.BgClassName
{
background-color: #A22B24;
}
</style>
border-color css
<style>
span { border-color: #A22B24; }
span { border-color: rgb(162,43,36); }
td.TdClassName
{
border-color: #A22B24;
}
.TagClassName
{
border-color: #A22B24;
}
</style>