Shades of Brown #A6301C
Tints of Brown #A6301C
RGB
CMYK
RGB Variations
Color information
#A6301C (or 0xA6301C) is known color: Brown. HEX triplet: A6, 30 and 1C. RGB value is (166,48,28). Sum of RGB (Red+Green+Blue) = 166+48+28=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6301C is #59CFE3. Grayscale: #515151. Windows color (decimal): -5885924 or 1847462. OLE color: 1847462.
HSL color Cylindrical-coordinate representation of color #A6301C: hue angle of 8.7º degrees, saturation: 0.71, 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 #A6301C is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 28 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.35 |
| HSL | 8.7º | 0.71% | 0.38% | - |
| HSV(B) | 8.7º | 0.83% | 0.65% | - |
| XYZ | 16.99 | 10.3 | 2.19 | - |
| YUV | 81 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 28 | 0 | 0.71 | 0.83 | 0.35 | 8.7 | 0.71 | 0.38 |
| Hex | A6 | 30 | 1C | 0 | 47 | 53 | 23 | 9 | 47 | 26 |
| Octal | 246 | 60 | 34 | 0 | 107 | 123 | 43 | 11 | 107 | 46 |
| Binary | 10100110 | 110000 | 11100 | 0 | 1000111 | 1010011 | 100011 | 1001 | 1000111 | 100110 |
Color Harmonies of #A6301C
Complementary color
Monochromatic Colors of #A6301C
Black with #A6301C
Text Example
Text Example
White with #A6301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6301C; }
p { color: rgb(166,48,28); }
H1.HeaderClassName
{
color: #A6301C;
}
.AnyTagClassName
{
color: #A6301C;
}
</style>
background-color css
<style>
a { background-color: #A6301C; }
a { background-color: rgb(166,48,28); }
div.DivClassName
{
background-color: #A6301C;
}
.BgClassName
{
background-color: #A6301C;
}
</style>
border-color css
<style>
span { border-color: #A6301C; }
span { border-color: rgb(166,48,28); }
td.TdClassName
{
border-color: #A6301C;
}
.TagClassName
{
border-color: #A6301C;
}
</style>