Shades of Brown #A6331E
Tints of Brown #A6331E
RGB
CMYK
RGB Variations
Color information
#A6331E (or 0xA6331E) is known color: Brown. HEX triplet: A6, 33 and 1E. RGB value is (166,51,30). Sum of RGB (Red+Green+Blue) = 166+51+30=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6331E is #59CCE1. Grayscale: #535353. Windows color (decimal): -5885154 or 1979302. OLE color: 1979302.
HSL color Cylindrical-coordinate representation of color #A6331E: hue angle of 9.26º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6331E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 30 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.35 |
| HSL | 9.26º | 0.69% | 0.38% | - |
| HSV(B) | 9.26º | 0.82% | 0.65% | - |
| XYZ | 17.14 | 10.57 | 2.36 | - |
| YUV | 82.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 30 | 0 | 0.69 | 0.82 | 0.35 | 9.26 | 0.69 | 0.38 |
| Hex | A6 | 33 | 1E | 0 | 45 | 52 | 23 | 9 | 45 | 26 |
| Octal | 246 | 63 | 36 | 0 | 105 | 122 | 43 | 11 | 105 | 46 |
| Binary | 10100110 | 110011 | 11110 | 0 | 1000101 | 1010010 | 100011 | 1001 | 1000101 | 100110 |
Color Harmonies of #A6331E
Complementary color
Monochromatic Colors of #A6331E
Black with #A6331E
Text Example
Text Example
White with #A6331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6331E; }
p { color: rgb(166,51,30); }
H1.HeaderClassName
{
color: #A6331E;
}
.AnyTagClassName
{
color: #A6331E;
}
</style>
background-color css
<style>
a { background-color: #A6331E; }
a { background-color: rgb(166,51,30); }
div.DivClassName
{
background-color: #A6331E;
}
.BgClassName
{
background-color: #A6331E;
}
</style>
border-color css
<style>
span { border-color: #A6331E; }
span { border-color: rgb(166,51,30); }
td.TdClassName
{
border-color: #A6331E;
}
.TagClassName
{
border-color: #A6331E;
}
</style>