Shades of Brown #A2251A
Tints of Brown #A2251A
RGB
CMYK
RGB Variations
Color information
#A2251A (or 0xA2251A) is known color: Brown. HEX triplet: A2, 25 and 1A. RGB value is (162,37,26). Sum of RGB (Red+Green+Blue) = 162+37+26=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2251A is #5DDAE5. Grayscale: #494949. Windows color (decimal): -6150886 or 1713570. OLE color: 1713570.
HSL color Cylindrical-coordinate representation of color #A2251A: hue angle of 4.85º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2251A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 26 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.36 |
| HSL | 4.85º | 0.72% | 0.37% | - |
| HSV(B) | 4.85º | 0.84% | 0.64% | - |
| XYZ | 15.75 | 9.08 | 1.9 | - |
| YUV | 73.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 26 | 0 | 0.77 | 0.84 | 0.36 | 4.85 | 0.72 | 0.37 |
| Hex | A2 | 25 | 1A | 0 | 4D | 54 | 24 | 5 | 48 | 25 |
| Octal | 242 | 45 | 32 | 0 | 115 | 124 | 44 | 5 | 110 | 45 |
| Binary | 10100010 | 100101 | 11010 | 0 | 1001101 | 1010100 | 100100 | 101 | 1001000 | 100101 |
Color Harmonies of #A2251A
Complementary color
Monochromatic Colors of #A2251A
Black with #A2251A
Text Example
Text Example
White with #A2251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2251A; }
p { color: rgb(162,37,26); }
H1.HeaderClassName
{
color: #A2251A;
}
.AnyTagClassName
{
color: #A2251A;
}
</style>
background-color css
<style>
a { background-color: #A2251A; }
a { background-color: rgb(162,37,26); }
div.DivClassName
{
background-color: #A2251A;
}
.BgClassName
{
background-color: #A2251A;
}
</style>
border-color css
<style>
span { border-color: #A2251A; }
span { border-color: rgb(162,37,26); }
td.TdClassName
{
border-color: #A2251A;
}
.TagClassName
{
border-color: #A2251A;
}
</style>