Shades of Brown #A6302A
Tints of Brown #A6302A
RGB
CMYK
RGB Variations
Color information
#A6302A (or 0xA6302A) is known color: Brown. HEX triplet: A6, 30 and 2A. RGB value is (166,48,42). Sum of RGB (Red+Green+Blue) = 166+48+42=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302A is #59CFD5. Grayscale: #525252. Windows color (decimal): -5885910 or 2764966. OLE color: 2764966.
HSL color Cylindrical-coordinate representation of color #A6302A: hue angle of 2.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6302A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 42 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.35 |
| HSL | 2.9º | 0.6% | 0.41% | - |
| HSV(B) | 2.9º | 0.75% | 0.65% | - |
| XYZ | 17.2 | 10.39 | 3.29 | - |
| YUV | 82.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 42 | 0 | 0.71 | 0.75 | 0.35 | 2.9 | 0.6 | 0.41 |
| Hex | A6 | 30 | 2A | 0 | 47 | 4B | 23 | 3 | 3C | 29 |
| Octal | 246 | 60 | 52 | 0 | 107 | 113 | 43 | 3 | 74 | 51 |
| Binary | 10100110 | 110000 | 101010 | 0 | 1000111 | 1001011 | 100011 | 11 | 111100 | 101001 |
Color Harmonies of #A6302A
Complementary color
Monochromatic Colors of #A6302A
Black with #A6302A
Text Example
Text Example
White with #A6302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6302A; }
p { color: rgb(166,48,42); }
H1.HeaderClassName
{
color: #A6302A;
}
.AnyTagClassName
{
color: #A6302A;
}
</style>
background-color css
<style>
a { background-color: #A6302A; }
a { background-color: rgb(166,48,42); }
div.DivClassName
{
background-color: #A6302A;
}
.BgClassName
{
background-color: #A6302A;
}
</style>
border-color css
<style>
span { border-color: #A6302A; }
span { border-color: rgb(166,48,42); }
td.TdClassName
{
border-color: #A6302A;
}
.TagClassName
{
border-color: #A6302A;
}
</style>