Shades of Brown #A22818
Tints of Brown #A22818
RGB
CMYK
RGB Variations
Color information
#A22818 (or 0xA22818) is known color: Brown. HEX triplet: A2, 28 and 18. RGB value is (162,40,24). Sum of RGB (Red+Green+Blue) = 162+40+24=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22818 is #5DD7E7. Grayscale: #4A4A4A. Windows color (decimal): -6150120 or 1583266. OLE color: 1583266.
HSL color Cylindrical-coordinate representation of color #A22818: hue angle of 6.96º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A22818 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 24 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.36 |
| HSL | 6.96º | 0.74% | 0.36% | - |
| HSV(B) | 6.96º | 0.85% | 0.64% | - |
| XYZ | 15.82 | 9.26 | 1.82 | - |
| YUV | 74.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 24 | 0 | 0.75 | 0.85 | 0.36 | 6.96 | 0.74 | 0.36 |
| Hex | A2 | 28 | 18 | 0 | 4B | 55 | 24 | 7 | 4A | 24 |
| Octal | 242 | 50 | 30 | 0 | 113 | 125 | 44 | 7 | 112 | 44 |
| Binary | 10100010 | 101000 | 11000 | 0 | 1001011 | 1010101 | 100100 | 111 | 1001010 | 100100 |
Color Harmonies of #A22818
Complementary color
Monochromatic Colors of #A22818
Black with #A22818
Text Example
Text Example
White with #A22818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22818; }
p { color: rgb(162,40,24); }
H1.HeaderClassName
{
color: #A22818;
}
.AnyTagClassName
{
color: #A22818;
}
</style>
background-color css
<style>
a { background-color: #A22818; }
a { background-color: rgb(162,40,24); }
div.DivClassName
{
background-color: #A22818;
}
.BgClassName
{
background-color: #A22818;
}
</style>
border-color css
<style>
span { border-color: #A22818; }
span { border-color: rgb(162,40,24); }
td.TdClassName
{
border-color: #A22818;
}
.TagClassName
{
border-color: #A22818;
}
</style>