Shades of Brown #A8342A
Tints of Brown #A8342A
RGB
CMYK
RGB Variations
Color information
#A8342A (or 0xA8342A) is known color: Brown. HEX triplet: A8, 34 and 2A. RGB value is (168,52,42). Sum of RGB (Red+Green+Blue) = 168+52+42=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8342A is #57CBD5. Grayscale: #555555. Windows color (decimal): -5753814 or 2765992. OLE color: 2765992.
HSL color Cylindrical-coordinate representation of color #A8342A: hue angle of 4.76º 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 #A8342A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 42 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.34 |
| HSL | 4.76º | 0.6% | 0.41% | - |
| HSV(B) | 4.76º | 0.75% | 0.66% | - |
| XYZ | 17.79 | 10.95 | 3.37 | - |
| YUV | 85.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 42 | 0 | 0.69 | 0.75 | 0.34 | 4.76 | 0.6 | 0.41 |
| Hex | A8 | 34 | 2A | 0 | 45 | 4B | 22 | 5 | 3C | 29 |
| Octal | 250 | 64 | 52 | 0 | 105 | 113 | 42 | 5 | 74 | 51 |
| Binary | 10101000 | 110100 | 101010 | 0 | 1000101 | 1001011 | 100010 | 101 | 111100 | 101001 |
Color Harmonies of #A8342A
Complementary color
Monochromatic Colors of #A8342A
Black with #A8342A
Text Example
Text Example
White with #A8342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8342A; }
p { color: rgb(168,52,42); }
H1.HeaderClassName
{
color: #A8342A;
}
.AnyTagClassName
{
color: #A8342A;
}
</style>
background-color css
<style>
a { background-color: #A8342A; }
a { background-color: rgb(168,52,42); }
div.DivClassName
{
background-color: #A8342A;
}
.BgClassName
{
background-color: #A8342A;
}
</style>
border-color css
<style>
span { border-color: #A8342A; }
span { border-color: rgb(168,52,42); }
td.TdClassName
{
border-color: #A8342A;
}
.TagClassName
{
border-color: #A8342A;
}
</style>