Shades of Brown #A6331F
Tints of Brown #A6331F
RGB
CMYK
RGB Variations
Color information
#A6331F (or 0xA6331F) is known color: Brown. HEX triplet: A6, 33 and 1F. RGB value is (166,51,31). Sum of RGB (Red+Green+Blue) = 166+51+31=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6331F is #59CCE0. Grayscale: #535353. Windows color (decimal): -5885153 or 2044838. OLE color: 2044838.
HSL color Cylindrical-coordinate representation of color #A6331F: hue angle of 8.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6331F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 31 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.35 |
| HSL | 8.89º | 0.69% | 0.39% | - |
| HSV(B) | 8.89º | 0.81% | 0.65% | - |
| XYZ | 17.16 | 10.57 | 2.43 | - |
| YUV | 83.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 31 | 0 | 0.69 | 0.81 | 0.35 | 8.89 | 0.69 | 0.39 |
| Hex | A6 | 33 | 1F | 0 | 45 | 51 | 23 | 9 | 45 | 27 |
| Octal | 246 | 63 | 37 | 0 | 105 | 121 | 43 | 11 | 105 | 47 |
| Binary | 10100110 | 110011 | 11111 | 0 | 1000101 | 1010001 | 100011 | 1001 | 1000101 | 100111 |
Color Harmonies of #A6331F
Complementary color
Monochromatic Colors of #A6331F
Black with #A6331F
Text Example
Text Example
White with #A6331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6331F; }
p { color: rgb(166,51,31); }
H1.HeaderClassName
{
color: #A6331F;
}
.AnyTagClassName
{
color: #A6331F;
}
</style>
background-color css
<style>
a { background-color: #A6331F; }
a { background-color: rgb(166,51,31); }
div.DivClassName
{
background-color: #A6331F;
}
.BgClassName
{
background-color: #A6331F;
}
</style>
border-color css
<style>
span { border-color: #A6331F; }
span { border-color: rgb(166,51,31); }
td.TdClassName
{
border-color: #A6331F;
}
.TagClassName
{
border-color: #A6331F;
}
</style>