Shades of Brown #A22B28
Tints of Brown #A22B28
RGB
CMYK
RGB Variations
Color information
#A22B28 (or 0xA22B28) is known color: Brown. HEX triplet: A2, 2B and 28. RGB value is (162,43,40). Sum of RGB (Red+Green+Blue) = 162+43+40=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B28 is #5DD4D7. Grayscale: #4E4E4E. Windows color (decimal): -6149336 or 2632610. OLE color: 2632610.
HSL color Cylindrical-coordinate representation of color #A22B28: hue angle of 1.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22B28 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 40 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.36 |
| HSL | 1.48º | 0.6% | 0.4% | - |
| HSV(B) | 1.48º | 0.75% | 0.64% | - |
| XYZ | 16.15 | 9.56 | 3 | - |
| YUV | 78.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 40 | 0 | 0.73 | 0.75 | 0.36 | 1.48 | 0.6 | 0.4 |
| Hex | A2 | 2B | 28 | 0 | 49 | 4B | 24 | 1 | 3C | 28 |
| Octal | 242 | 53 | 50 | 0 | 111 | 113 | 44 | 1 | 74 | 50 |
| Binary | 10100010 | 101011 | 101000 | 0 | 1001001 | 1001011 | 100100 | 1 | 111100 | 101000 |
Color Harmonies of #A22B28
Complementary color
Monochromatic Colors of #A22B28
Black with #A22B28
Text Example
Text Example
White with #A22B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B28; }
p { color: rgb(162,43,40); }
H1.HeaderClassName
{
color: #A22B28;
}
.AnyTagClassName
{
color: #A22B28;
}
</style>
background-color css
<style>
a { background-color: #A22B28; }
a { background-color: rgb(162,43,40); }
div.DivClassName
{
background-color: #A22B28;
}
.BgClassName
{
background-color: #A22B28;
}
</style>
border-color css
<style>
span { border-color: #A22B28; }
span { border-color: rgb(162,43,40); }
td.TdClassName
{
border-color: #A22B28;
}
.TagClassName
{
border-color: #A22B28;
}
</style>