Shades of Brown #A63329
Tints of Brown #A63329
RGB
CMYK
RGB Variations
Color information
#A63329 (or 0xA63329) is known color: Brown. HEX triplet: A6, 33 and 29. RGB value is (166,51,41). Sum of RGB (Red+Green+Blue) = 166+51+41=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63329 is #59CCD6. Grayscale: #545454. Windows color (decimal): -5885143 or 2700198. OLE color: 2700198.
HSL color Cylindrical-coordinate representation of color #A63329: hue angle of 4.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63329 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 41 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.35 |
| HSL | 4.8º | 0.6% | 0.41% | - |
| HSV(B) | 4.8º | 0.75% | 0.65% | - |
| XYZ | 17.31 | 10.63 | 3.24 | - |
| YUV | 84.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 41 | 0 | 0.69 | 0.75 | 0.35 | 4.8 | 0.6 | 0.41 |
| Hex | A6 | 33 | 29 | 0 | 45 | 4B | 23 | 5 | 3C | 29 |
| Octal | 246 | 63 | 51 | 0 | 105 | 113 | 43 | 5 | 74 | 51 |
| Binary | 10100110 | 110011 | 101001 | 0 | 1000101 | 1001011 | 100011 | 101 | 111100 | 101001 |
Color Harmonies of #A63329
Complementary color
Monochromatic Colors of #A63329
Black with #A63329
Text Example
Text Example
White with #A63329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63329; }
p { color: rgb(166,51,41); }
H1.HeaderClassName
{
color: #A63329;
}
.AnyTagClassName
{
color: #A63329;
}
</style>
background-color css
<style>
a { background-color: #A63329; }
a { background-color: rgb(166,51,41); }
div.DivClassName
{
background-color: #A63329;
}
.BgClassName
{
background-color: #A63329;
}
</style>
border-color css
<style>
span { border-color: #A63329; }
span { border-color: rgb(166,51,41); }
td.TdClassName
{
border-color: #A63329;
}
.TagClassName
{
border-color: #A63329;
}
</style>