Shades of Brown #A43221
Tints of Brown #A43221
RGB
CMYK
RGB Variations
Color information
#A43221 (or 0xA43221) is known color: Brown. HEX triplet: A4, 32 and 21. RGB value is (164,50,33). Sum of RGB (Red+Green+Blue) = 164+50+33=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A43221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43221 is #5BCDDE. Grayscale: #525252. Windows color (decimal): -6016479 or 2175652. OLE color: 2175652.
HSL color Cylindrical-coordinate representation of color #A43221: hue angle of 7.79º 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 #A43221 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 33 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.36 |
| HSL | 7.79º | 0.66% | 0.39% | - |
| HSV(B) | 7.79º | 0.8% | 0.64% | - |
| XYZ | 16.72 | 10.28 | 2.54 | - |
| YUV | 82.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 33 | 0 | 0.70 | 0.80 | 0.36 | 7.79 | 0.66 | 0.39 |
| Hex | A4 | 32 | 21 | 0 | 46 | 50 | 24 | 8 | 42 | 27 |
| Octal | 244 | 62 | 41 | 0 | 106 | 120 | 44 | 10 | 102 | 47 |
| Binary | 10100100 | 110010 | 100001 | 0 | 1000110 | 1010000 | 100100 | 1000 | 1000010 | 100111 |
Color Harmonies of #A43221
Complementary color
Monochromatic Colors of #A43221
Black with #A43221
Text Example
Text Example
White with #A43221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43221; }
p { color: rgb(164,50,33); }
H1.HeaderClassName
{
color: #A43221;
}
.AnyTagClassName
{
color: #A43221;
}
</style>
background-color css
<style>
a { background-color: #A43221; }
a { background-color: rgb(164,50,33); }
div.DivClassName
{
background-color: #A43221;
}
.BgClassName
{
background-color: #A43221;
}
</style>
border-color css
<style>
span { border-color: #A43221; }
span { border-color: rgb(164,50,33); }
td.TdClassName
{
border-color: #A43221;
}
.TagClassName
{
border-color: #A43221;
}
</style>