Shades of Brown #A8322E
Tints of Brown #A8322E
RGB
CMYK
RGB Variations
Color information
#A8322E (or 0xA8322E) is known color: Brown. HEX triplet: A8, 32 and 2E. RGB value is (168,50,46). Sum of RGB (Red+Green+Blue) = 168+50+46=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8322E is #57CDD1. Grayscale: #545454. Windows color (decimal): -5754322 or 3027624. OLE color: 3027624.
HSL color Cylindrical-coordinate representation of color #A8322E: hue angle of 1.97º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8322E is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 46 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.34 |
| HSL | 1.97º | 0.57% | 0.42% | - |
| HSV(B) | 1.97º | 0.73% | 0.66% | - |
| XYZ | 17.78 | 10.8 | 3.73 | - |
| YUV | 84.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 46 | 0 | 0.70 | 0.73 | 0.34 | 1.97 | 0.57 | 0.42 |
| Hex | A8 | 32 | 2E | 0 | 46 | 49 | 22 | 2 | 39 | 2A |
| Octal | 250 | 62 | 56 | 0 | 106 | 111 | 42 | 2 | 71 | 52 |
| Binary | 10101000 | 110010 | 101110 | 0 | 1000110 | 1001001 | 100010 | 10 | 111001 | 101010 |
Color Harmonies of #A8322E
Complementary color
Monochromatic Colors of #A8322E
Black with #A8322E
Text Example
Text Example
White with #A8322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8322E; }
p { color: rgb(168,50,46); }
H1.HeaderClassName
{
color: #A8322E;
}
.AnyTagClassName
{
color: #A8322E;
}
</style>
background-color css
<style>
a { background-color: #A8322E; }
a { background-color: rgb(168,50,46); }
div.DivClassName
{
background-color: #A8322E;
}
.BgClassName
{
background-color: #A8322E;
}
</style>
border-color css
<style>
span { border-color: #A8322E; }
span { border-color: rgb(168,50,46); }
td.TdClassName
{
border-color: #A8322E;
}
.TagClassName
{
border-color: #A8322E;
}
</style>