Shades of Brown #A6301A
Tints of Brown #A6301A
RGB
CMYK
RGB Variations
Color information
#A6301A (or 0xA6301A) is known color: Brown. HEX triplet: A6, 30 and 1A. RGB value is (166,48,26). Sum of RGB (Red+Green+Blue) = 166+48+26=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A6301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6301A is #59CFE5. Grayscale: #505050. Windows color (decimal): -5885926 or 1716390. OLE color: 1716390.
HSL color Cylindrical-coordinate representation of color #A6301A: hue angle of 9.43º degrees, saturation: 0.73, 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 #A6301A is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 26 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.35 |
| HSL | 9.43º | 0.73% | 0.38% | - |
| HSV(B) | 9.43º | 0.84% | 0.65% | - |
| XYZ | 16.97 | 10.3 | 2.07 | - |
| YUV | 80.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 26 | 0 | 0.71 | 0.84 | 0.35 | 9.43 | 0.73 | 0.38 |
| Hex | A6 | 30 | 1A | 0 | 47 | 54 | 23 | 9 | 49 | 26 |
| Octal | 246 | 60 | 32 | 0 | 107 | 124 | 43 | 11 | 111 | 46 |
| Binary | 10100110 | 110000 | 11010 | 0 | 1000111 | 1010100 | 100011 | 1001 | 1001001 | 100110 |
Color Harmonies of #A6301A
Complementary color
Monochromatic Colors of #A6301A
Black with #A6301A
Text Example
Text Example
White with #A6301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6301A; }
p { color: rgb(166,48,26); }
H1.HeaderClassName
{
color: #A6301A;
}
.AnyTagClassName
{
color: #A6301A;
}
</style>
background-color css
<style>
a { background-color: #A6301A; }
a { background-color: rgb(166,48,26); }
div.DivClassName
{
background-color: #A6301A;
}
.BgClassName
{
background-color: #A6301A;
}
</style>
border-color css
<style>
span { border-color: #A6301A; }
span { border-color: rgb(166,48,26); }
td.TdClassName
{
border-color: #A6301A;
}
.TagClassName
{
border-color: #A6301A;
}
</style>