Shades of Brown #A6332A
Tints of Brown #A6332A
RGB
CMYK
RGB Variations
Color information
#A6332A (or 0xA6332A) is known color: Brown. HEX triplet: A6, 33 and 2A. RGB value is (166,51,42). Sum of RGB (Red+Green+Blue) = 166+51+42=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6332A is #59CCD5. Grayscale: #545454. Windows color (decimal): -5885142 or 2765734. OLE color: 2765734.
HSL color Cylindrical-coordinate representation of color #A6332A: hue angle of 4.35º 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 #A6332A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 42 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.35 |
| HSL | 4.35º | 0.6% | 0.41% | - |
| HSV(B) | 4.35º | 0.75% | 0.65% | - |
| XYZ | 17.33 | 10.64 | 3.33 | - |
| YUV | 84.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 42 | 0 | 0.69 | 0.75 | 0.35 | 4.35 | 0.6 | 0.41 |
| Hex | A6 | 33 | 2A | 0 | 45 | 4B | 23 | 4 | 3C | 29 |
| Octal | 246 | 63 | 52 | 0 | 105 | 113 | 43 | 4 | 74 | 51 |
| Binary | 10100110 | 110011 | 101010 | 0 | 1000101 | 1001011 | 100011 | 100 | 111100 | 101001 |
Color Harmonies of #A6332A
Complementary color
Monochromatic Colors of #A6332A
Black with #A6332A
Text Example
Text Example
White with #A6332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6332A; }
p { color: rgb(166,51,42); }
H1.HeaderClassName
{
color: #A6332A;
}
.AnyTagClassName
{
color: #A6332A;
}
</style>
background-color css
<style>
a { background-color: #A6332A; }
a { background-color: rgb(166,51,42); }
div.DivClassName
{
background-color: #A6332A;
}
.BgClassName
{
background-color: #A6332A;
}
</style>
border-color css
<style>
span { border-color: #A6332A; }
span { border-color: rgb(166,51,42); }
td.TdClassName
{
border-color: #A6332A;
}
.TagClassName
{
border-color: #A6332A;
}
</style>