Shades of Brown #A6302B
Tints of Brown #A6302B
RGB
CMYK
RGB Variations
Color information
#A6302B (or 0xA6302B) is known color: Brown. HEX triplet: A6, 30 and 2B. RGB value is (166,48,43). Sum of RGB (Red+Green+Blue) = 166+48+43=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302B is #59CFD4. Grayscale: #525252. Windows color (decimal): -5885909 or 2830502. OLE color: 2830502.
HSL color Cylindrical-coordinate representation of color #A6302B: hue angle of 2.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6302B is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 43 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.35 |
| HSL | 2.44º | 0.59% | 0.41% | - |
| HSV(B) | 2.44º | 0.74% | 0.65% | - |
| XYZ | 17.22 | 10.4 | 3.38 | - |
| YUV | 82.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 43 | 0 | 0.71 | 0.74 | 0.35 | 2.44 | 0.59 | 0.41 |
| Hex | A6 | 30 | 2B | 0 | 47 | 4A | 23 | 2 | 3B | 29 |
| Octal | 246 | 60 | 53 | 0 | 107 | 112 | 43 | 2 | 73 | 51 |
| Binary | 10100110 | 110000 | 101011 | 0 | 1000111 | 1001010 | 100011 | 10 | 111011 | 101001 |
Color Harmonies of #A6302B
Complementary color
Monochromatic Colors of #A6302B
Black with #A6302B
Text Example
Text Example
White with #A6302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6302B; }
p { color: rgb(166,48,43); }
H1.HeaderClassName
{
color: #A6302B;
}
.AnyTagClassName
{
color: #A6302B;
}
</style>
background-color css
<style>
a { background-color: #A6302B; }
a { background-color: rgb(166,48,43); }
div.DivClassName
{
background-color: #A6302B;
}
.BgClassName
{
background-color: #A6302B;
}
</style>
border-color css
<style>
span { border-color: #A6302B; }
span { border-color: rgb(166,48,43); }
td.TdClassName
{
border-color: #A6302B;
}
.TagClassName
{
border-color: #A6302B;
}
</style>