Shades of Brown #A23228
Tints of Brown #A23228
RGB
CMYK
RGB Variations
Color information
#A23228 (or 0xA23228) is known color: Brown. HEX triplet: A2, 32 and 28. RGB value is (162,50,40). Sum of RGB (Red+Green+Blue) = 162+50+40=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23228 is #5DCDD7. Grayscale: #525252. Windows color (decimal): -6147544 or 2634402. OLE color: 2634402.
HSL color Cylindrical-coordinate representation of color #A23228: hue angle of 4.92º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23228 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 40 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.36 |
| HSL | 4.92º | 0.6% | 0.4% | - |
| HSV(B) | 4.92º | 0.75% | 0.64% | - |
| XYZ | 16.42 | 10.12 | 3.09 | - |
| YUV | 82.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 40 | 0 | 0.69 | 0.75 | 0.36 | 4.92 | 0.6 | 0.4 |
| Hex | A2 | 32 | 28 | 0 | 45 | 4B | 24 | 5 | 3C | 28 |
| Octal | 242 | 62 | 50 | 0 | 105 | 113 | 44 | 5 | 74 | 50 |
| Binary | 10100010 | 110010 | 101000 | 0 | 1000101 | 1001011 | 100100 | 101 | 111100 | 101000 |
Color Harmonies of #A23228
Complementary color
Monochromatic Colors of #A23228
Black with #A23228
Text Example
Text Example
White with #A23228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23228; }
p { color: rgb(162,50,40); }
H1.HeaderClassName
{
color: #A23228;
}
.AnyTagClassName
{
color: #A23228;
}
</style>
background-color css
<style>
a { background-color: #A23228; }
a { background-color: rgb(162,50,40); }
div.DivClassName
{
background-color: #A23228;
}
.BgClassName
{
background-color: #A23228;
}
</style>
border-color css
<style>
span { border-color: #A23228; }
span { border-color: rgb(162,50,40); }
td.TdClassName
{
border-color: #A23228;
}
.TagClassName
{
border-color: #A23228;
}
</style>