Shades of Brown #A22A25
Tints of Brown #A22A25
RGB
CMYK
RGB Variations
Color information
#A22A25 (or 0xA22A25) is known color: Brown. HEX triplet: A2, 2A and 25. RGB value is (162,42,37). Sum of RGB (Red+Green+Blue) = 162+42+37=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22A25 is #5DD5DA. Grayscale: #4D4D4D. Windows color (decimal): -6149595 or 2435746. OLE color: 2435746.
HSL color Cylindrical-coordinate representation of color #A22A25: hue angle of 2.4º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22A25 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 42 | 37 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.36 |
| HSL | 2.4º | 0.63% | 0.39% | - |
| HSV(B) | 2.4º | 0.77% | 0.64% | - |
| XYZ | 16.06 | 9.47 | 2.73 | - |
| YUV | 77.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 37 | 0 | 0.74 | 0.77 | 0.36 | 2.4 | 0.63 | 0.39 |
| Hex | A2 | 2A | 25 | 0 | 4A | 4D | 24 | 2 | 3F | 27 |
| Octal | 242 | 52 | 45 | 0 | 112 | 115 | 44 | 2 | 77 | 47 |
| Binary | 10100010 | 101010 | 100101 | 0 | 1001010 | 1001101 | 100100 | 10 | 111111 | 100111 |
Color Harmonies of #A22A25
Complementary color
Monochromatic Colors of #A22A25
Black with #A22A25
Text Example
Text Example
White with #A22A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22A25; }
p { color: rgb(162,42,37); }
H1.HeaderClassName
{
color: #A22A25;
}
.AnyTagClassName
{
color: #A22A25;
}
</style>
background-color css
<style>
a { background-color: #A22A25; }
a { background-color: rgb(162,42,37); }
div.DivClassName
{
background-color: #A22A25;
}
.BgClassName
{
background-color: #A22A25;
}
</style>
border-color css
<style>
span { border-color: #A22A25; }
span { border-color: rgb(162,42,37); }
td.TdClassName
{
border-color: #A22A25;
}
.TagClassName
{
border-color: #A22A25;
}
</style>