Shades of Brown #A63122
Tints of Brown #A63122
RGB
CMYK
RGB Variations
Color information
#A63122 (or 0xA63122) is known color: Brown. HEX triplet: A6, 31 and 22. RGB value is (166,49,34). Sum of RGB (Red+Green+Blue) = 166+49+34=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A63122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63122 is #59CEDD. Grayscale: #525252. Windows color (decimal): -5885662 or 2240934. OLE color: 2240934.
HSL color Cylindrical-coordinate representation of color #A63122: hue angle of 6.82º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A63122 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 34 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.35 |
| HSL | 6.82º | 0.66% | 0.39% | - |
| HSV(B) | 6.82º | 0.8% | 0.65% | - |
| XYZ | 17.11 | 10.42 | 2.62 | - |
| YUV | 82.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 34 | 0 | 0.70 | 0.80 | 0.35 | 6.82 | 0.66 | 0.39 |
| Hex | A6 | 31 | 22 | 0 | 46 | 50 | 23 | 7 | 42 | 27 |
| Octal | 246 | 61 | 42 | 0 | 106 | 120 | 43 | 7 | 102 | 47 |
| Binary | 10100110 | 110001 | 100010 | 0 | 1000110 | 1010000 | 100011 | 111 | 1000010 | 100111 |
Color Harmonies of #A63122
Complementary color
Monochromatic Colors of #A63122
Black with #A63122
Text Example
Text Example
White with #A63122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63122; }
p { color: rgb(166,49,34); }
H1.HeaderClassName
{
color: #A63122;
}
.AnyTagClassName
{
color: #A63122;
}
</style>
background-color css
<style>
a { background-color: #A63122; }
a { background-color: rgb(166,49,34); }
div.DivClassName
{
background-color: #A63122;
}
.BgClassName
{
background-color: #A63122;
}
</style>
border-color css
<style>
span { border-color: #A63122; }
span { border-color: rgb(166,49,34); }
td.TdClassName
{
border-color: #A63122;
}
.TagClassName
{
border-color: #A63122;
}
</style>