Shades of Brown #A32916
Tints of Brown #A32916
RGB
CMYK
RGB Variations
Color information
#A32916 (or 0xA32916) is known color: Brown. HEX triplet: A3, 29 and 16. RGB value is (163,41,22). Sum of RGB (Red+Green+Blue) = 163+41+22=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32916 is #5CD6E9. Grayscale: #4B4B4B. Windows color (decimal): -6084330 or 1452451. OLE color: 1452451.
HSL color Cylindrical-coordinate representation of color #A32916: hue angle of 8.09º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32916 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 22 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.36 |
| HSL | 8.09º | 0.76% | 0.36% | - |
| HSV(B) | 8.09º | 0.87% | 0.64% | - |
| XYZ | 16.04 | 9.43 | 1.73 | - |
| YUV | 75.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 22 | 0 | 0.75 | 0.87 | 0.36 | 8.09 | 0.76 | 0.36 |
| Hex | A3 | 29 | 16 | 0 | 4B | 57 | 24 | 8 | 4C | 24 |
| Octal | 243 | 51 | 26 | 0 | 113 | 127 | 44 | 10 | 114 | 44 |
| Binary | 10100011 | 101001 | 10110 | 0 | 1001011 | 1010111 | 100100 | 1000 | 1001100 | 100100 |
Color Harmonies of #A32916
Complementary color
Monochromatic Colors of #A32916
Black with #A32916
Text Example
Text Example
White with #A32916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32916; }
p { color: rgb(163,41,22); }
H1.HeaderClassName
{
color: #A32916;
}
.AnyTagClassName
{
color: #A32916;
}
</style>
background-color css
<style>
a { background-color: #A32916; }
a { background-color: rgb(163,41,22); }
div.DivClassName
{
background-color: #A32916;
}
.BgClassName
{
background-color: #A32916;
}
</style>
border-color css
<style>
span { border-color: #A32916; }
span { border-color: rgb(163,41,22); }
td.TdClassName
{
border-color: #A32916;
}
.TagClassName
{
border-color: #A32916;
}
</style>