Shades of Brown #A0231A
Tints of Brown #A0231A
RGB
CMYK
RGB Variations
Color information
#A0231A (or 0xA0231A) is known color: Brown. HEX triplet: A0, 23 and 1A. RGB value is (160,35,26). Sum of RGB (Red+Green+Blue) = 160+35+26=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0231A is #5FDCE5. Grayscale: #474747. Windows color (decimal): -6282470 or 1713056. OLE color: 1713056.
HSL color Cylindrical-coordinate representation of color #A0231A: hue angle of 4.03º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0231A is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 26 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.37 |
| HSL | 4.03º | 0.72% | 0.36% | - |
| HSV(B) | 4.03º | 0.84% | 0.63% | - |
| XYZ | 15.28 | 8.75 | 1.86 | - |
| YUV | 71.35 | 102.41 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 26 | 0 | 0.78 | 0.84 | 0.37 | 4.03 | 0.72 | 0.36 |
| Hex | A0 | 23 | 1A | 0 | 4E | 54 | 25 | 4 | 48 | 24 |
| Octal | 240 | 43 | 32 | 0 | 116 | 124 | 45 | 4 | 110 | 44 |
| Binary | 10100000 | 100011 | 11010 | 0 | 1001110 | 1010100 | 100101 | 100 | 1001000 | 100100 |
Color Harmonies of #A0231A
Complementary color
Monochromatic Colors of #A0231A
Black with #A0231A
Text Example
Text Example
White with #A0231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0231A; }
p { color: rgb(160,35,26); }
H1.HeaderClassName
{
color: #A0231A;
}
.AnyTagClassName
{
color: #A0231A;
}
</style>
background-color css
<style>
a { background-color: #A0231A; }
a { background-color: rgb(160,35,26); }
div.DivClassName
{
background-color: #A0231A;
}
.BgClassName
{
background-color: #A0231A;
}
</style>
border-color css
<style>
span { border-color: #A0231A; }
span { border-color: rgb(160,35,26); }
td.TdClassName
{
border-color: #A0231A;
}
.TagClassName
{
border-color: #A0231A;
}
</style>