Shades of Brown #A6321B
Tints of Brown #A6321B
RGB
CMYK
RGB Variations
Color information
#A6321B (or 0xA6321B) is known color: Brown. HEX triplet: A6, 32 and 1B. RGB value is (166,50,27). Sum of RGB (Red+Green+Blue) = 166+50+27=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A6321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6321B is #59CDE4. Grayscale: #525252. Windows color (decimal): -5885413 or 1782438. OLE color: 1782438.
HSL color Cylindrical-coordinate representation of color #A6321B: hue angle of 9.93º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6321B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.35 |
| HSL | 9.93º | 0.72% | 0.38% | - |
| HSV(B) | 9.93º | 0.84% | 0.65% | - |
| XYZ | 17.06 | 10.47 | 2.16 | - |
| YUV | 82.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 27 | 0 | 0.70 | 0.84 | 0.35 | 9.93 | 0.72 | 0.38 |
| Hex | A6 | 32 | 1B | 0 | 46 | 54 | 23 | A | 48 | 26 |
| Octal | 246 | 62 | 33 | 0 | 106 | 124 | 43 | 12 | 110 | 46 |
| Binary | 10100110 | 110010 | 11011 | 0 | 1000110 | 1010100 | 100011 | 1010 | 1001000 | 100110 |
Color Harmonies of #A6321B
Complementary color
Monochromatic Colors of #A6321B
Black with #A6321B
Text Example
Text Example
White with #A6321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6321B; }
p { color: rgb(166,50,27); }
H1.HeaderClassName
{
color: #A6321B;
}
.AnyTagClassName
{
color: #A6321B;
}
</style>
background-color css
<style>
a { background-color: #A6321B; }
a { background-color: rgb(166,50,27); }
div.DivClassName
{
background-color: #A6321B;
}
.BgClassName
{
background-color: #A6321B;
}
</style>
border-color css
<style>
span { border-color: #A6321B; }
span { border-color: rgb(166,50,27); }
td.TdClassName
{
border-color: #A6321B;
}
.TagClassName
{
border-color: #A6321B;
}
</style>