Shades of Brown #A32A26
Tints of Brown #A32A26
RGB
CMYK
RGB Variations
Color information
#A32A26 (or 0xA32A26) is known color: Brown. HEX triplet: A3, 2A and 26. RGB value is (163,42,38). Sum of RGB (Red+Green+Blue) = 163+42+38=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A26 is #5CD5D9. Grayscale: #4D4D4D. Windows color (decimal): -6084058 or 2501283. OLE color: 2501283.
HSL color Cylindrical-coordinate representation of color #A32A26: hue angle of 1.92º 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 #A32A26 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 38 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.36 |
| HSL | 1.92º | 0.62% | 0.39% | - |
| HSV(B) | 1.92º | 0.77% | 0.64% | - |
| XYZ | 16.28 | 9.58 | 2.83 | - |
| YUV | 77.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 38 | 0 | 0.74 | 0.77 | 0.36 | 1.92 | 0.62 | 0.39 |
| Hex | A3 | 2A | 26 | 0 | 4A | 4D | 24 | 2 | 3E | 27 |
| Octal | 243 | 52 | 46 | 0 | 112 | 115 | 44 | 2 | 76 | 47 |
| Binary | 10100011 | 101010 | 100110 | 0 | 1001010 | 1001101 | 100100 | 10 | 111110 | 100111 |
Color Harmonies of #A32A26
Complementary color
Monochromatic Colors of #A32A26
Black with #A32A26
Text Example
Text Example
White with #A32A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A26; }
p { color: rgb(163,42,38); }
H1.HeaderClassName
{
color: #A32A26;
}
.AnyTagClassName
{
color: #A32A26;
}
</style>
background-color css
<style>
a { background-color: #A32A26; }
a { background-color: rgb(163,42,38); }
div.DivClassName
{
background-color: #A32A26;
}
.BgClassName
{
background-color: #A32A26;
}
</style>
border-color css
<style>
span { border-color: #A32A26; }
span { border-color: rgb(163,42,38); }
td.TdClassName
{
border-color: #A32A26;
}
.TagClassName
{
border-color: #A32A26;
}
</style>