Shades of Brown #A6302E
Tints of Brown #A6302E
RGB
CMYK
RGB Variations
Color information
#A6302E (or 0xA6302E) is known color: Brown. HEX triplet: A6, 30 and 2E. RGB value is (166,48,46). Sum of RGB (Red+Green+Blue) = 166+48+46=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302E is #59CFD1. Grayscale: #535353. Windows color (decimal): -5885906 or 3027110. OLE color: 3027110.
HSL color Cylindrical-coordinate representation of color #A6302E: hue angle of 1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6302E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 46 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.35 |
| HSL | 1º | 0.57% | 0.42% | - |
| HSV(B) | 1º | 0.72% | 0.65% | - |
| XYZ | 17.28 | 10.42 | 3.69 | - |
| YUV | 83.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 46 | 0 | 0.71 | 0.72 | 0.35 | 1 | 0.57 | 0.42 |
| Hex | A6 | 30 | 2E | 0 | 47 | 48 | 23 | 1 | 39 | 2A |
| Octal | 246 | 60 | 56 | 0 | 107 | 110 | 43 | 1 | 71 | 52 |
| Binary | 10100110 | 110000 | 101110 | 0 | 1000111 | 1001000 | 100011 | 1 | 111001 | 101010 |
Color Harmonies of #A6302E
Complementary color
Monochromatic Colors of #A6302E
Black with #A6302E
Text Example
Text Example
White with #A6302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6302E; }
p { color: rgb(166,48,46); }
H1.HeaderClassName
{
color: #A6302E;
}
.AnyTagClassName
{
color: #A6302E;
}
</style>
background-color css
<style>
a { background-color: #A6302E; }
a { background-color: rgb(166,48,46); }
div.DivClassName
{
background-color: #A6302E;
}
.BgClassName
{
background-color: #A6302E;
}
</style>
border-color css
<style>
span { border-color: #A6302E; }
span { border-color: rgb(166,48,46); }
td.TdClassName
{
border-color: #A6302E;
}
.TagClassName
{
border-color: #A6302E;
}
</style>