Shades of Brown #A32E19
Tints of Brown #A32E19
RGB
CMYK
RGB Variations
Color information
#A32E19 (or 0xA32E19) is known color: Brown. HEX triplet: A3, 2E and 19. RGB value is (163,46,25). Sum of RGB (Red+Green+Blue) = 163+46+25=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E19 is #5CD1E6. Grayscale: #4E4E4E. Windows color (decimal): -6083047 or 1650339. OLE color: 1650339.
HSL color Cylindrical-coordinate representation of color #A32E19: hue angle of 9.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32E19 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 25 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.36 |
| HSL | 9.13º | 0.73% | 0.37% | - |
| HSV(B) | 9.13º | 0.85% | 0.64% | - |
| XYZ | 16.26 | 9.81 | 1.96 | - |
| YUV | 78.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 25 | 0 | 0.72 | 0.85 | 0.36 | 9.13 | 0.73 | 0.37 |
| Hex | A3 | 2E | 19 | 0 | 48 | 55 | 24 | 9 | 49 | 25 |
| Octal | 243 | 56 | 31 | 0 | 110 | 125 | 44 | 11 | 111 | 45 |
| Binary | 10100011 | 101110 | 11001 | 0 | 1001000 | 1010101 | 100100 | 1001 | 1001001 | 100101 |
Color Harmonies of #A32E19
Complementary color
Monochromatic Colors of #A32E19
Black with #A32E19
Text Example
Text Example
White with #A32E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E19; }
p { color: rgb(163,46,25); }
H1.HeaderClassName
{
color: #A32E19;
}
.AnyTagClassName
{
color: #A32E19;
}
</style>
background-color css
<style>
a { background-color: #A32E19; }
a { background-color: rgb(163,46,25); }
div.DivClassName
{
background-color: #A32E19;
}
.BgClassName
{
background-color: #A32E19;
}
</style>
border-color css
<style>
span { border-color: #A32E19; }
span { border-color: rgb(163,46,25); }
td.TdClassName
{
border-color: #A32E19;
}
.TagClassName
{
border-color: #A32E19;
}
</style>