Shades of Brown #A6351A
Tints of Brown #A6351A
RGB
CMYK
RGB Variations
Color information
#A6351A (or 0xA6351A) is known color: Brown. HEX triplet: A6, 35 and 1A. RGB value is (166,53,26). Sum of RGB (Red+Green+Blue) = 166+53+26=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6351A is #59CAE5. Grayscale: #535353. Windows color (decimal): -5884646 or 1717670. OLE color: 1717670.
HSL color Cylindrical-coordinate representation of color #A6351A: hue angle of 11.57º 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 #A6351A is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 26 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.35 |
| HSL | 11.57º | 0.73% | 0.38% | - |
| HSV(B) | 11.57º | 0.84% | 0.65% | - |
| XYZ | 17.19 | 10.73 | 2.14 | - |
| YUV | 83.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 26 | 0 | 0.68 | 0.84 | 0.35 | 11.57 | 0.73 | 0.38 |
| Hex | A6 | 35 | 1A | 0 | 44 | 54 | 23 | C | 49 | 26 |
| Octal | 246 | 65 | 32 | 0 | 104 | 124 | 43 | 14 | 111 | 46 |
| Binary | 10100110 | 110101 | 11010 | 0 | 1000100 | 1010100 | 100011 | 1100 | 1001001 | 100110 |
Color Harmonies of #A6351A
Complementary color
Monochromatic Colors of #A6351A
Black with #A6351A
Text Example
Text Example
White with #A6351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6351A; }
p { color: rgb(166,53,26); }
H1.HeaderClassName
{
color: #A6351A;
}
.AnyTagClassName
{
color: #A6351A;
}
</style>
background-color css
<style>
a { background-color: #A6351A; }
a { background-color: rgb(166,53,26); }
div.DivClassName
{
background-color: #A6351A;
}
.BgClassName
{
background-color: #A6351A;
}
</style>
border-color css
<style>
span { border-color: #A6351A; }
span { border-color: rgb(166,53,26); }
td.TdClassName
{
border-color: #A6351A;
}
.TagClassName
{
border-color: #A6351A;
}
</style>