Shades of Brown #A23420
Tints of Brown #A23420
RGB
CMYK
RGB Variations
Color information
#A23420 (or 0xA23420) is known color: Brown. HEX triplet: A2, 34 and 20. RGB value is (162,52,32). Sum of RGB (Red+Green+Blue) = 162+52+32=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23420 is #5DCBDF. Grayscale: #525252. Windows color (decimal): -6147040 or 2110626. OLE color: 2110626.
HSL color Cylindrical-coordinate representation of color #A23420: hue angle of 9.23º degrees, saturation: 0.67, 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 #A23420 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 32 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.36 |
| HSL | 9.23º | 0.67% | 0.38% | - |
| HSV(B) | 9.23º | 0.8% | 0.64% | - |
| XYZ | 16.39 | 10.24 | 2.48 | - |
| YUV | 82.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 32 | 0 | 0.68 | 0.80 | 0.36 | 9.23 | 0.67 | 0.38 |
| Hex | A2 | 34 | 20 | 0 | 44 | 50 | 24 | 9 | 43 | 26 |
| Octal | 242 | 64 | 40 | 0 | 104 | 120 | 44 | 11 | 103 | 46 |
| Binary | 10100010 | 110100 | 100000 | 0 | 1000100 | 1010000 | 100100 | 1001 | 1000011 | 100110 |
Color Harmonies of #A23420
Complementary color
Monochromatic Colors of #A23420
Black with #A23420
Text Example
Text Example
White with #A23420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23420; }
p { color: rgb(162,52,32); }
H1.HeaderClassName
{
color: #A23420;
}
.AnyTagClassName
{
color: #A23420;
}
</style>
background-color css
<style>
a { background-color: #A23420; }
a { background-color: rgb(162,52,32); }
div.DivClassName
{
background-color: #A23420;
}
.BgClassName
{
background-color: #A23420;
}
</style>
border-color css
<style>
span { border-color: #A23420; }
span { border-color: rgb(162,52,32); }
td.TdClassName
{
border-color: #A23420;
}
.TagClassName
{
border-color: #A23420;
}
</style>