Shades of Brown #A8311C
Tints of Brown #A8311C
RGB
CMYK
RGB Variations
Color information
#A8311C (or 0xA8311C) is known color: Brown. HEX triplet: A8, 31 and 1C. RGB value is (168,49,28). Sum of RGB (Red+Green+Blue) = 168+49+28=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8311C is #57CEE3. Grayscale: #525252. Windows color (decimal): -5754596 or 1847720. OLE color: 1847720.
HSL color Cylindrical-coordinate representation of color #A8311C: hue angle of 9º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8311C is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 28 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.34 |
| HSL | 9º | 0.71% | 0.38% | - |
| HSV(B) | 9º | 0.83% | 0.66% | - |
| XYZ | 17.46 | 10.61 | 2.23 | - |
| YUV | 82.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 28 | 0 | 0.71 | 0.83 | 0.34 | 9 | 0.71 | 0.38 |
| Hex | A8 | 31 | 1C | 0 | 47 | 53 | 22 | 9 | 47 | 26 |
| Octal | 250 | 61 | 34 | 0 | 107 | 123 | 42 | 11 | 107 | 46 |
| Binary | 10101000 | 110001 | 11100 | 0 | 1000111 | 1010011 | 100010 | 1001 | 1000111 | 100110 |
Color Harmonies of #A8311C
Complementary color
Monochromatic Colors of #A8311C
Black with #A8311C
Text Example
Text Example
White with #A8311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8311C; }
p { color: rgb(168,49,28); }
H1.HeaderClassName
{
color: #A8311C;
}
.AnyTagClassName
{
color: #A8311C;
}
</style>
background-color css
<style>
a { background-color: #A8311C; }
a { background-color: rgb(168,49,28); }
div.DivClassName
{
background-color: #A8311C;
}
.BgClassName
{
background-color: #A8311C;
}
</style>
border-color css
<style>
span { border-color: #A8311C; }
span { border-color: rgb(168,49,28); }
td.TdClassName
{
border-color: #A8311C;
}
.TagClassName
{
border-color: #A8311C;
}
</style>