Shades of Brown #A0221C
Tints of Brown #A0221C
RGB
CMYK
RGB Variations
Color information
#A0221C (or 0xA0221C) is known color: Brown. HEX triplet: A0, 22 and 1C. RGB value is (160,34,28). Sum of RGB (Red+Green+Blue) = 160+34+28=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0221C is #5FDDE3. Grayscale: #474747. Windows color (decimal): -6282724 or 1843872. OLE color: 1843872.
HSL color Cylindrical-coordinate representation of color #A0221C: hue angle of 2.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0221C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 28 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.37 |
| HSL | 2.73º | 0.7% | 0.37% | - |
| HSV(B) | 2.73º | 0.83% | 0.63% | - |
| XYZ | 15.28 | 8.7 | 1.97 | - |
| YUV | 70.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 28 | 0 | 0.79 | 0.82 | 0.37 | 2.73 | 0.7 | 0.37 |
| Hex | A0 | 22 | 1C | 0 | 4F | 52 | 25 | 3 | 46 | 25 |
| Octal | 240 | 42 | 34 | 0 | 117 | 122 | 45 | 3 | 106 | 45 |
| Binary | 10100000 | 100010 | 11100 | 0 | 1001111 | 1010010 | 100101 | 11 | 1000110 | 100101 |
Color Harmonies of #A0221C
Complementary color
Monochromatic Colors of #A0221C
Black with #A0221C
Text Example
Text Example
White with #A0221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0221C; }
p { color: rgb(160,34,28); }
H1.HeaderClassName
{
color: #A0221C;
}
.AnyTagClassName
{
color: #A0221C;
}
</style>
background-color css
<style>
a { background-color: #A0221C; }
a { background-color: rgb(160,34,28); }
div.DivClassName
{
background-color: #A0221C;
}
.BgClassName
{
background-color: #A0221C;
}
</style>
border-color css
<style>
span { border-color: #A0221C; }
span { border-color: rgb(160,34,28); }
td.TdClassName
{
border-color: #A0221C;
}
.TagClassName
{
border-color: #A0221C;
}
</style>