Shades of Brown #A22519
Tints of Brown #A22519
RGB
CMYK
RGB Variations
Color information
#A22519 (or 0xA22519) is known color: Brown. HEX triplet: A2, 25 and 19. RGB value is (162,37,25). Sum of RGB (Red+Green+Blue) = 162+37+25=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A22519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22519 is #5DDAE6. Grayscale: #494949. Windows color (decimal): -6150887 or 1648034. OLE color: 1648034.
HSL color Cylindrical-coordinate representation of color #A22519: hue angle of 5.26º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A22519 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.36 |
| HSL | 5.26º | 0.73% | 0.37% | - |
| HSV(B) | 5.26º | 0.85% | 0.64% | - |
| XYZ | 15.74 | 9.07 | 1.84 | - |
| YUV | 73.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 25 | 0 | 0.77 | 0.85 | 0.36 | 5.26 | 0.73 | 0.37 |
| Hex | A2 | 25 | 19 | 0 | 4D | 55 | 24 | 5 | 49 | 25 |
| Octal | 242 | 45 | 31 | 0 | 115 | 125 | 44 | 5 | 111 | 45 |
| Binary | 10100010 | 100101 | 11001 | 0 | 1001101 | 1010101 | 100100 | 101 | 1001001 | 100101 |
Color Harmonies of #A22519
Complementary color
Monochromatic Colors of #A22519
Black with #A22519
Text Example
Text Example
White with #A22519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22519; }
p { color: rgb(162,37,25); }
H1.HeaderClassName
{
color: #A22519;
}
.AnyTagClassName
{
color: #A22519;
}
</style>
background-color css
<style>
a { background-color: #A22519; }
a { background-color: rgb(162,37,25); }
div.DivClassName
{
background-color: #A22519;
}
.BgClassName
{
background-color: #A22519;
}
</style>
border-color css
<style>
span { border-color: #A22519; }
span { border-color: rgb(162,37,25); }
td.TdClassName
{
border-color: #A22519;
}
.TagClassName
{
border-color: #A22519;
}
</style>