Shades of Brown #A8311F
Tints of Brown #A8311F
RGB
CMYK
RGB Variations
Color information
#A8311F (or 0xA8311F) is known color: Brown. HEX triplet: A8, 31 and 1F. RGB value is (168,49,31). Sum of RGB (Red+Green+Blue) = 168+49+31=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8311F is #57CEE0. Grayscale: #525252. Windows color (decimal): -5754593 or 2044328. OLE color: 2044328.
HSL color Cylindrical-coordinate representation of color #A8311F: hue angle of 7.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8311F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 31 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.34 |
| HSL | 7.88º | 0.69% | 0.39% | - |
| HSV(B) | 7.88º | 0.82% | 0.66% | - |
| XYZ | 17.49 | 10.62 | 2.42 | - |
| YUV | 82.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 31 | 0 | 0.71 | 0.82 | 0.34 | 7.88 | 0.69 | 0.39 |
| Hex | A8 | 31 | 1F | 0 | 47 | 52 | 22 | 8 | 45 | 27 |
| Octal | 250 | 61 | 37 | 0 | 107 | 122 | 42 | 10 | 105 | 47 |
| Binary | 10101000 | 110001 | 11111 | 0 | 1000111 | 1010010 | 100010 | 1000 | 1000101 | 100111 |
Color Harmonies of #A8311F
Complementary color
Monochromatic Colors of #A8311F
Black with #A8311F
Text Example
Text Example
White with #A8311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8311F; }
p { color: rgb(168,49,31); }
H1.HeaderClassName
{
color: #A8311F;
}
.AnyTagClassName
{
color: #A8311F;
}
</style>
background-color css
<style>
a { background-color: #A8311F; }
a { background-color: rgb(168,49,31); }
div.DivClassName
{
background-color: #A8311F;
}
.BgClassName
{
background-color: #A8311F;
}
</style>
border-color css
<style>
span { border-color: #A8311F; }
span { border-color: rgb(168,49,31); }
td.TdClassName
{
border-color: #A8311F;
}
.TagClassName
{
border-color: #A8311F;
}
</style>