Shades of Brown #A63529
Tints of Brown #A63529
RGB
CMYK
RGB Variations
Color information
#A63529 (or 0xA63529) is known color: Brown. HEX triplet: A6, 35 and 29. RGB value is (166,53,41). Sum of RGB (Red+Green+Blue) = 166+53+41=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A63529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63529 is #59CAD6. Grayscale: #555555. Windows color (decimal): -5884631 or 2700710. OLE color: 2700710.
HSL color Cylindrical-coordinate representation of color #A63529: hue angle of 5.76º 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 #A63529 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 41 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.35 |
| HSL | 5.76º | 0.6% | 0.41% | - |
| HSV(B) | 5.76º | 0.75% | 0.65% | - |
| XYZ | 17.4 | 10.81 | 3.27 | - |
| YUV | 85.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 41 | 0 | 0.68 | 0.75 | 0.35 | 5.76 | 0.6 | 0.41 |
| Hex | A6 | 35 | 29 | 0 | 44 | 4B | 23 | 6 | 3C | 29 |
| Octal | 246 | 65 | 51 | 0 | 104 | 113 | 43 | 6 | 74 | 51 |
| Binary | 10100110 | 110101 | 101001 | 0 | 1000100 | 1001011 | 100011 | 110 | 111100 | 101001 |
Color Harmonies of #A63529
Complementary color
Monochromatic Colors of #A63529
Black with #A63529
Text Example
Text Example
White with #A63529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63529; }
p { color: rgb(166,53,41); }
H1.HeaderClassName
{
color: #A63529;
}
.AnyTagClassName
{
color: #A63529;
}
</style>
background-color css
<style>
a { background-color: #A63529; }
a { background-color: rgb(166,53,41); }
div.DivClassName
{
background-color: #A63529;
}
.BgClassName
{
background-color: #A63529;
}
</style>
border-color css
<style>
span { border-color: #A63529; }
span { border-color: rgb(166,53,41); }
td.TdClassName
{
border-color: #A63529;
}
.TagClassName
{
border-color: #A63529;
}
</style>