Shades of Brown #A93221
Tints of Brown #A93221
RGB
CMYK
RGB Variations
Color information
#A93221 (or 0xA93221) is known color: Brown. HEX triplet: A9, 32 and 21. RGB value is (169,50,33). Sum of RGB (Red+Green+Blue) = 169+50+33=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A93221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93221 is #56CDDE. Grayscale: #535353. Windows color (decimal): -5688799 or 2175657. OLE color: 2175657.
HSL color Cylindrical-coordinate representation of color #A93221: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93221 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 33 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.34 |
| HSL | 7.5º | 0.67% | 0.4% | - |
| HSV(B) | 7.5º | 0.8% | 0.66% | - |
| XYZ | 17.78 | 10.83 | 2.59 | - |
| YUV | 83.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 33 | 0 | 0.70 | 0.80 | 0.34 | 7.5 | 0.67 | 0.4 |
| Hex | A9 | 32 | 21 | 0 | 46 | 50 | 22 | 8 | 43 | 28 |
| Octal | 251 | 62 | 41 | 0 | 106 | 120 | 42 | 10 | 103 | 50 |
| Binary | 10101001 | 110010 | 100001 | 0 | 1000110 | 1010000 | 100010 | 1000 | 1000011 | 101000 |
Color Harmonies of #A93221
Complementary color
Monochromatic Colors of #A93221
Black with #A93221
Text Example
Text Example
White with #A93221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93221; }
p { color: rgb(169,50,33); }
H1.HeaderClassName
{
color: #A93221;
}
.AnyTagClassName
{
color: #A93221;
}
</style>
background-color css
<style>
a { background-color: #A93221; }
a { background-color: rgb(169,50,33); }
div.DivClassName
{
background-color: #A93221;
}
.BgClassName
{
background-color: #A93221;
}
</style>
border-color css
<style>
span { border-color: #A93221; }
span { border-color: rgb(169,50,33); }
td.TdClassName
{
border-color: #A93221;
}
.TagClassName
{
border-color: #A93221;
}
</style>