Shades of Brown #A22D19
Tints of Brown #A22D19
RGB
CMYK
RGB Variations
Color information
#A22D19 (or 0xA22D19) is known color: Brown. HEX triplet: A2, 2D and 19. RGB value is (162,45,25). Sum of RGB (Red+Green+Blue) = 162+45+25=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22D19 is #5DD2E6. Grayscale: #4D4D4D. Windows color (decimal): -6148839 or 1650082. OLE color: 1650082.
HSL color Cylindrical-coordinate representation of color #A22D19: hue angle of 8.76º 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 #A22D19 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 25 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.36 |
| HSL | 8.76º | 0.73% | 0.37% | - |
| HSV(B) | 8.76º | 0.85% | 0.64% | - |
| XYZ | 16.01 | 9.63 | 1.93 | - |
| YUV | 77.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 25 | 0 | 0.72 | 0.85 | 0.36 | 8.76 | 0.73 | 0.37 |
| Hex | A2 | 2D | 19 | 0 | 48 | 55 | 24 | 9 | 49 | 25 |
| Octal | 242 | 55 | 31 | 0 | 110 | 125 | 44 | 11 | 111 | 45 |
| Binary | 10100010 | 101101 | 11001 | 0 | 1001000 | 1010101 | 100100 | 1001 | 1001001 | 100101 |
Color Harmonies of #A22D19
Complementary color
Monochromatic Colors of #A22D19
Black with #A22D19
Text Example
Text Example
White with #A22D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D19; }
p { color: rgb(162,45,25); }
H1.HeaderClassName
{
color: #A22D19;
}
.AnyTagClassName
{
color: #A22D19;
}
</style>
background-color css
<style>
a { background-color: #A22D19; }
a { background-color: rgb(162,45,25); }
div.DivClassName
{
background-color: #A22D19;
}
.BgClassName
{
background-color: #A22D19;
}
</style>
border-color css
<style>
span { border-color: #A22D19; }
span { border-color: rgb(162,45,25); }
td.TdClassName
{
border-color: #A22D19;
}
.TagClassName
{
border-color: #A22D19;
}
</style>