Shades of Brown #A23221
Tints of Brown #A23221
RGB
CMYK
RGB Variations
Color information
#A23221 (or 0xA23221) is known color: Brown. HEX triplet: A2, 32 and 21. RGB value is (162,50,33). Sum of RGB (Red+Green+Blue) = 162+50+33=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23221 is #5DCDDE. Grayscale: #515151. Windows color (decimal): -6147551 or 2175650. OLE color: 2175650.
HSL color Cylindrical-coordinate representation of color #A23221: hue angle of 7.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A23221 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 33 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.36 |
| HSL | 7.91º | 0.66% | 0.38% | - |
| HSV(B) | 7.91º | 0.8% | 0.64% | - |
| XYZ | 16.32 | 10.07 | 2.52 | - |
| YUV | 81.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 33 | 0 | 0.69 | 0.80 | 0.36 | 7.91 | 0.66 | 0.38 |
| Hex | A2 | 32 | 21 | 0 | 45 | 50 | 24 | 8 | 42 | 26 |
| Octal | 242 | 62 | 41 | 0 | 105 | 120 | 44 | 10 | 102 | 46 |
| Binary | 10100010 | 110010 | 100001 | 0 | 1000101 | 1010000 | 100100 | 1000 | 1000010 | 100110 |
Color Harmonies of #A23221
Complementary color
Monochromatic Colors of #A23221
Black with #A23221
Text Example
Text Example
White with #A23221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23221; }
p { color: rgb(162,50,33); }
H1.HeaderClassName
{
color: #A23221;
}
.AnyTagClassName
{
color: #A23221;
}
</style>
background-color css
<style>
a { background-color: #A23221; }
a { background-color: rgb(162,50,33); }
div.DivClassName
{
background-color: #A23221;
}
.BgClassName
{
background-color: #A23221;
}
</style>
border-color css
<style>
span { border-color: #A23221; }
span { border-color: rgb(162,50,33); }
td.TdClassName
{
border-color: #A23221;
}
.TagClassName
{
border-color: #A23221;
}
</style>