Shades of Brown #A2301E
Tints of Brown #A2301E
RGB
CMYK
RGB Variations
Color information
#A2301E (or 0xA2301E) is known color: Brown. HEX triplet: A2, 30 and 1E. RGB value is (162,48,30). Sum of RGB (Red+Green+Blue) = 162+48+30=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2301E is #5DCFE1. Grayscale: #505050. Windows color (decimal): -6148066 or 1978530. OLE color: 1978530.
HSL color Cylindrical-coordinate representation of color #A2301E: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2301E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 30 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.36 |
| HSL | 8.18º | 0.69% | 0.38% | - |
| HSV(B) | 8.18º | 0.81% | 0.64% | - |
| XYZ | 16.19 | 9.89 | 2.28 | - |
| YUV | 80.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 30 | 0 | 0.70 | 0.81 | 0.36 | 8.18 | 0.69 | 0.38 |
| Hex | A2 | 30 | 1E | 0 | 46 | 51 | 24 | 8 | 45 | 26 |
| Octal | 242 | 60 | 36 | 0 | 106 | 121 | 44 | 10 | 105 | 46 |
| Binary | 10100010 | 110000 | 11110 | 0 | 1000110 | 1010001 | 100100 | 1000 | 1000101 | 100110 |
Color Harmonies of #A2301E
Complementary color
Monochromatic Colors of #A2301E
Black with #A2301E
Text Example
Text Example
White with #A2301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2301E; }
p { color: rgb(162,48,30); }
H1.HeaderClassName
{
color: #A2301E;
}
.AnyTagClassName
{
color: #A2301E;
}
</style>
background-color css
<style>
a { background-color: #A2301E; }
a { background-color: rgb(162,48,30); }
div.DivClassName
{
background-color: #A2301E;
}
.BgClassName
{
background-color: #A2301E;
}
</style>
border-color css
<style>
span { border-color: #A2301E; }
span { border-color: rgb(162,48,30); }
td.TdClassName
{
border-color: #A2301E;
}
.TagClassName
{
border-color: #A2301E;
}
</style>