Shades of Brown #A2341A
Tints of Brown #A2341A
RGB
CMYK
RGB Variations
Color information
#A2341A (or 0xA2341A) is known color: Brown. HEX triplet: A2, 34 and 1A. RGB value is (162,52,26). Sum of RGB (Red+Green+Blue) = 162+52+26=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2341A is #5DCBE5. Grayscale: #525252. Windows color (decimal): -6147046 or 1717410. OLE color: 1717410.
HSL color Cylindrical-coordinate representation of color #A2341A: hue angle of 11.47º 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 #A2341A is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 26 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.36 |
| HSL | 11.47º | 0.72% | 0.37% | - |
| HSV(B) | 11.47º | 0.84% | 0.64% | - |
| XYZ | 16.31 | 10.21 | 2.09 | - |
| YUV | 81.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 26 | 0 | 0.68 | 0.84 | 0.36 | 11.47 | 0.72 | 0.37 |
| Hex | A2 | 34 | 1A | 0 | 44 | 54 | 24 | B | 48 | 25 |
| Octal | 242 | 64 | 32 | 0 | 104 | 124 | 44 | 13 | 110 | 45 |
| Binary | 10100010 | 110100 | 11010 | 0 | 1000100 | 1010100 | 100100 | 1011 | 1001000 | 100101 |
Color Harmonies of #A2341A
Complementary color
Monochromatic Colors of #A2341A
Black with #A2341A
Text Example
Text Example
White with #A2341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2341A; }
p { color: rgb(162,52,26); }
H1.HeaderClassName
{
color: #A2341A;
}
.AnyTagClassName
{
color: #A2341A;
}
</style>
background-color css
<style>
a { background-color: #A2341A; }
a { background-color: rgb(162,52,26); }
div.DivClassName
{
background-color: #A2341A;
}
.BgClassName
{
background-color: #A2341A;
}
</style>
border-color css
<style>
span { border-color: #A2341A; }
span { border-color: rgb(162,52,26); }
td.TdClassName
{
border-color: #A2341A;
}
.TagClassName
{
border-color: #A2341A;
}
</style>