Shades of Brown #A6321D
Tints of Brown #A6321D
RGB
CMYK
RGB Variations
Color information
#A6321D (or 0xA6321D) is known color: Brown. HEX triplet: A6, 32 and 1D. RGB value is (166,50,29). Sum of RGB (Red+Green+Blue) = 166+50+29=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6321D is #59CDE2. Grayscale: #525252. Windows color (decimal): -5885411 or 1913510. OLE color: 1913510.
HSL color Cylindrical-coordinate representation of color #A6321D: hue angle of 9.2º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6321D is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 29 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.35 |
| HSL | 9.2º | 0.7% | 0.38% | - |
| HSV(B) | 9.2º | 0.83% | 0.65% | - |
| XYZ | 17.09 | 10.48 | 2.28 | - |
| YUV | 82.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 29 | 0 | 0.70 | 0.83 | 0.35 | 9.2 | 0.7 | 0.38 |
| Hex | A6 | 32 | 1D | 0 | 46 | 53 | 23 | 9 | 46 | 26 |
| Octal | 246 | 62 | 35 | 0 | 106 | 123 | 43 | 11 | 106 | 46 |
| Binary | 10100110 | 110010 | 11101 | 0 | 1000110 | 1010011 | 100011 | 1001 | 1000110 | 100110 |
Color Harmonies of #A6321D
Complementary color
Monochromatic Colors of #A6321D
Black with #A6321D
Text Example
Text Example
White with #A6321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6321D; }
p { color: rgb(166,50,29); }
H1.HeaderClassName
{
color: #A6321D;
}
.AnyTagClassName
{
color: #A6321D;
}
</style>
background-color css
<style>
a { background-color: #A6321D; }
a { background-color: rgb(166,50,29); }
div.DivClassName
{
background-color: #A6321D;
}
.BgClassName
{
background-color: #A6321D;
}
</style>
border-color css
<style>
span { border-color: #A6321D; }
span { border-color: rgb(166,50,29); }
td.TdClassName
{
border-color: #A6321D;
}
.TagClassName
{
border-color: #A6321D;
}
</style>