Shades of Brown #A8322A
Tints of Brown #A8322A
RGB
CMYK
RGB Variations
Color information
#A8322A (or 0xA8322A) is known color: Brown. HEX triplet: A8, 32 and 2A. RGB value is (168,50,42). Sum of RGB (Red+Green+Blue) = 168+50+42=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8322A is #57CDD5. Grayscale: #545454. Windows color (decimal): -5754326 or 2765480. OLE color: 2765480.
HSL color Cylindrical-coordinate representation of color #A8322A: hue angle of 3.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8322A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 42 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.34 |
| HSL | 3.81º | 0.6% | 0.41% | - |
| HSV(B) | 3.81º | 0.75% | 0.66% | - |
| XYZ | 17.71 | 10.77 | 3.34 | - |
| YUV | 84.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 42 | 0 | 0.70 | 0.75 | 0.34 | 3.81 | 0.6 | 0.41 |
| Hex | A8 | 32 | 2A | 0 | 46 | 4B | 22 | 4 | 3C | 29 |
| Octal | 250 | 62 | 52 | 0 | 106 | 113 | 42 | 4 | 74 | 51 |
| Binary | 10101000 | 110010 | 101010 | 0 | 1000110 | 1001011 | 100010 | 100 | 111100 | 101001 |
Color Harmonies of #A8322A
Complementary color
Monochromatic Colors of #A8322A
Black with #A8322A
Text Example
Text Example
White with #A8322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8322A; }
p { color: rgb(168,50,42); }
H1.HeaderClassName
{
color: #A8322A;
}
.AnyTagClassName
{
color: #A8322A;
}
</style>
background-color css
<style>
a { background-color: #A8322A; }
a { background-color: rgb(168,50,42); }
div.DivClassName
{
background-color: #A8322A;
}
.BgClassName
{
background-color: #A8322A;
}
</style>
border-color css
<style>
span { border-color: #A8322A; }
span { border-color: rgb(168,50,42); }
td.TdClassName
{
border-color: #A8322A;
}
.TagClassName
{
border-color: #A8322A;
}
</style>