Shades of Brown #A32A15
Tints of Brown #A32A15
RGB
CMYK
RGB Variations
Color information
#A32A15 (or 0xA32A15) is known color: Brown. HEX triplet: A3, 2A and 15. RGB value is (163,42,21). Sum of RGB (Red+Green+Blue) = 163+42+21=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A15 is #5CD5EA. Grayscale: #4B4B4B. Windows color (decimal): -6084075 or 1387171. OLE color: 1387171.
HSL color Cylindrical-coordinate representation of color #A32A15: hue angle of 8.87º degrees, saturation: 0.77, 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 #A32A15 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 21 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.36 |
| HSL | 8.87º | 0.77% | 0.36% | - |
| HSV(B) | 8.87º | 0.87% | 0.64% | - |
| XYZ | 16.07 | 9.5 | 1.7 | - |
| YUV | 75.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 21 | 0 | 0.74 | 0.87 | 0.36 | 8.87 | 0.77 | 0.36 |
| Hex | A3 | 2A | 15 | 0 | 4A | 57 | 24 | 9 | 4D | 24 |
| Octal | 243 | 52 | 25 | 0 | 112 | 127 | 44 | 11 | 115 | 44 |
| Binary | 10100011 | 101010 | 10101 | 0 | 1001010 | 1010111 | 100100 | 1001 | 1001101 | 100100 |
Color Harmonies of #A32A15
Complementary color
Monochromatic Colors of #A32A15
Black with #A32A15
Text Example
Text Example
White with #A32A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A15; }
p { color: rgb(163,42,21); }
H1.HeaderClassName
{
color: #A32A15;
}
.AnyTagClassName
{
color: #A32A15;
}
</style>
background-color css
<style>
a { background-color: #A32A15; }
a { background-color: rgb(163,42,21); }
div.DivClassName
{
background-color: #A32A15;
}
.BgClassName
{
background-color: #A32A15;
}
</style>
border-color css
<style>
span { border-color: #A32A15; }
span { border-color: rgb(163,42,21); }
td.TdClassName
{
border-color: #A32A15;
}
.TagClassName
{
border-color: #A32A15;
}
</style>