Shades of Brown #A42221
Tints of Brown #A42221
RGB
CMYK
RGB Variations
Color information
#A42221 (or 0xA42221) is known color: Brown. HEX triplet: A4, 22 and 21. RGB value is (164,34,33). Sum of RGB (Red+Green+Blue) = 164+34+33=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A42221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42221 is #5BDDDE. Grayscale: #484848. Windows color (decimal): -6020575 or 2171556. OLE color: 2171556.
HSL color Cylindrical-coordinate representation of color #A42221: hue angle of 0.46º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42221 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 33 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.36 |
| HSL | 0.46º | 0.66% | 0.39% | - |
| HSV(B) | 0.46º | 0.8% | 0.64% | - |
| XYZ | 16.16 | 9.15 | 2.35 | - |
| YUV | 72.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 33 | 0 | 0.79 | 0.80 | 0.36 | 0.46 | 0.66 | 0.39 |
| Hex | A4 | 22 | 21 | 0 | 4F | 50 | 24 | 0 | 42 | 27 |
| Octal | 244 | 42 | 41 | 0 | 117 | 120 | 44 | 0 | 102 | 47 |
| Binary | 10100100 | 100010 | 100001 | 0 | 1001111 | 1010000 | 100100 | 0 | 1000010 | 100111 |
Color Harmonies of #A42221
Complementary color
Monochromatic Colors of #A42221
Black with #A42221
Text Example
Text Example
White with #A42221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42221; }
p { color: rgb(164,34,33); }
H1.HeaderClassName
{
color: #A42221;
}
.AnyTagClassName
{
color: #A42221;
}
</style>
background-color css
<style>
a { background-color: #A42221; }
a { background-color: rgb(164,34,33); }
div.DivClassName
{
background-color: #A42221;
}
.BgClassName
{
background-color: #A42221;
}
</style>
border-color css
<style>
span { border-color: #A42221; }
span { border-color: rgb(164,34,33); }
td.TdClassName
{
border-color: #A42221;
}
.TagClassName
{
border-color: #A42221;
}
</style>