Shades of Brown #A32E26
Tints of Brown #A32E26
RGB
CMYK
RGB Variations
Color information
#A32E26 (or 0xA32E26) is known color: Brown. HEX triplet: A3, 2E and 26. RGB value is (163,46,38). Sum of RGB (Red+Green+Blue) = 163+46+38=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E26 is #5CD1D9. Grayscale: #505050. Windows color (decimal): -6083034 or 2502307. OLE color: 2502307.
HSL color Cylindrical-coordinate representation of color #A32E26: hue angle of 3.84º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32E26 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 38 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.36 |
| HSL | 3.84º | 0.62% | 0.39% | - |
| HSV(B) | 3.84º | 0.77% | 0.64% | - |
| XYZ | 16.43 | 9.88 | 2.87 | - |
| YUV | 80.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 38 | 0 | 0.72 | 0.77 | 0.36 | 3.84 | 0.62 | 0.39 |
| Hex | A3 | 2E | 26 | 0 | 48 | 4D | 24 | 4 | 3E | 27 |
| Octal | 243 | 56 | 46 | 0 | 110 | 115 | 44 | 4 | 76 | 47 |
| Binary | 10100011 | 101110 | 100110 | 0 | 1001000 | 1001101 | 100100 | 100 | 111110 | 100111 |
Color Harmonies of #A32E26
Complementary color
Monochromatic Colors of #A32E26
Black with #A32E26
Text Example
Text Example
White with #A32E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E26; }
p { color: rgb(163,46,38); }
H1.HeaderClassName
{
color: #A32E26;
}
.AnyTagClassName
{
color: #A32E26;
}
</style>
background-color css
<style>
a { background-color: #A32E26; }
a { background-color: rgb(163,46,38); }
div.DivClassName
{
background-color: #A32E26;
}
.BgClassName
{
background-color: #A32E26;
}
</style>
border-color css
<style>
span { border-color: #A32E26; }
span { border-color: rgb(163,46,38); }
td.TdClassName
{
border-color: #A32E26;
}
.TagClassName
{
border-color: #A32E26;
}
</style>