Shades of Brown #A6351D
Tints of Brown #A6351D
RGB
CMYK
RGB Variations
Color information
#A6351D (or 0xA6351D) is known color: Brown. HEX triplet: A6, 35 and 1D. RGB value is (166,53,29). Sum of RGB (Red+Green+Blue) = 166+53+29=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6351D is #59CAE2. Grayscale: #545454. Windows color (decimal): -5884643 or 1914278. OLE color: 1914278.
HSL color Cylindrical-coordinate representation of color #A6351D: hue angle of 10.51º degrees, saturation: 0.7, 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 #A6351D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 29 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.35 |
| HSL | 10.51º | 0.7% | 0.38% | - |
| HSV(B) | 10.51º | 0.83% | 0.65% | - |
| XYZ | 17.22 | 10.74 | 2.33 | - |
| YUV | 84.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 29 | 0 | 0.68 | 0.83 | 0.35 | 10.51 | 0.7 | 0.38 |
| Hex | A6 | 35 | 1D | 0 | 44 | 53 | 23 | B | 46 | 26 |
| Octal | 246 | 65 | 35 | 0 | 104 | 123 | 43 | 13 | 106 | 46 |
| Binary | 10100110 | 110101 | 11101 | 0 | 1000100 | 1010011 | 100011 | 1011 | 1000110 | 100110 |
Color Harmonies of #A6351D
Complementary color
Monochromatic Colors of #A6351D
Black with #A6351D
Text Example
Text Example
White with #A6351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6351D; }
p { color: rgb(166,53,29); }
H1.HeaderClassName
{
color: #A6351D;
}
.AnyTagClassName
{
color: #A6351D;
}
</style>
background-color css
<style>
a { background-color: #A6351D; }
a { background-color: rgb(166,53,29); }
div.DivClassName
{
background-color: #A6351D;
}
.BgClassName
{
background-color: #A6351D;
}
</style>
border-color css
<style>
span { border-color: #A6351D; }
span { border-color: rgb(166,53,29); }
td.TdClassName
{
border-color: #A6351D;
}
.TagClassName
{
border-color: #A6351D;
}
</style>