Shades of Brown #A22B23
Tints of Brown #A22B23
RGB
CMYK
RGB Variations
Color information
#A22B23 (or 0xA22B23) is known color: Brown. HEX triplet: A2, 2B and 23. RGB value is (162,43,35). Sum of RGB (Red+Green+Blue) = 162+43+35=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B23 is #5DD4DC. Grayscale: #4D4D4D. Windows color (decimal): -6149341 or 2304930. OLE color: 2304930.
HSL color Cylindrical-coordinate representation of color #A22B23: hue angle of 3.78º 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 #A22B23 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 35 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.36 |
| HSL | 3.78º | 0.64% | 0.39% | - |
| HSV(B) | 3.78º | 0.78% | 0.64% | - |
| XYZ | 16.07 | 9.53 | 2.58 | - |
| YUV | 77.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 35 | 0 | 0.73 | 0.78 | 0.36 | 3.78 | 0.64 | 0.39 |
| Hex | A2 | 2B | 23 | 0 | 49 | 4E | 24 | 4 | 40 | 27 |
| Octal | 242 | 53 | 43 | 0 | 111 | 116 | 44 | 4 | 100 | 47 |
| Binary | 10100010 | 101011 | 100011 | 0 | 1001001 | 1001110 | 100100 | 100 | 1000000 | 100111 |
Color Harmonies of #A22B23
Complementary color
Monochromatic Colors of #A22B23
Black with #A22B23
Text Example
Text Example
White with #A22B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B23; }
p { color: rgb(162,43,35); }
H1.HeaderClassName
{
color: #A22B23;
}
.AnyTagClassName
{
color: #A22B23;
}
</style>
background-color css
<style>
a { background-color: #A22B23; }
a { background-color: rgb(162,43,35); }
div.DivClassName
{
background-color: #A22B23;
}
.BgClassName
{
background-color: #A22B23;
}
</style>
border-color css
<style>
span { border-color: #A22B23; }
span { border-color: rgb(162,43,35); }
td.TdClassName
{
border-color: #A22B23;
}
.TagClassName
{
border-color: #A22B23;
}
</style>