Shades of Brown #A23520
Tints of Brown #A23520
RGB
CMYK
RGB Variations
Color information
#A23520 (or 0xA23520) is known color: Brown. HEX triplet: A2, 35 and 20. RGB value is (162,53,32). Sum of RGB (Red+Green+Blue) = 162+53+32=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A23520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23520 is #5DCADF. Grayscale: #535353. Windows color (decimal): -6146784 or 2110882. OLE color: 2110882.
HSL color Cylindrical-coordinate representation of color #A23520: hue angle of 9.69º 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 #A23520 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 32 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.36 |
| HSL | 9.69º | 0.67% | 0.38% | - |
| HSV(B) | 9.69º | 0.8% | 0.64% | - |
| XYZ | 16.43 | 10.33 | 2.49 | - |
| YUV | 83.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 32 | 0 | 0.67 | 0.80 | 0.36 | 9.69 | 0.67 | 0.38 |
| Hex | A2 | 35 | 20 | 0 | 43 | 50 | 24 | A | 43 | 26 |
| Octal | 242 | 65 | 40 | 0 | 103 | 120 | 44 | 12 | 103 | 46 |
| Binary | 10100010 | 110101 | 100000 | 0 | 1000011 | 1010000 | 100100 | 1010 | 1000011 | 100110 |
Color Harmonies of #A23520
Complementary color
Monochromatic Colors of #A23520
Black with #A23520
Text Example
Text Example
White with #A23520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23520; }
p { color: rgb(162,53,32); }
H1.HeaderClassName
{
color: #A23520;
}
.AnyTagClassName
{
color: #A23520;
}
</style>
background-color css
<style>
a { background-color: #A23520; }
a { background-color: rgb(162,53,32); }
div.DivClassName
{
background-color: #A23520;
}
.BgClassName
{
background-color: #A23520;
}
</style>
border-color css
<style>
span { border-color: #A23520; }
span { border-color: rgb(162,53,32); }
td.TdClassName
{
border-color: #A23520;
}
.TagClassName
{
border-color: #A23520;
}
</style>