Shades of Brown #A8342B
Tints of Brown #A8342B
RGB
CMYK
RGB Variations
Color information
#A8342B (or 0xA8342B) is known color: Brown. HEX triplet: A8, 34 and 2B. RGB value is (168,52,43). Sum of RGB (Red+Green+Blue) = 168+52+43=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8342B is #57CBD4. Grayscale: #555555. Windows color (decimal): -5753813 or 2831528. OLE color: 2831528.
HSL color Cylindrical-coordinate representation of color #A8342B: hue angle of 4.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8342B is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 43 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.34 |
| HSL | 4.32º | 0.59% | 0.41% | - |
| HSV(B) | 4.32º | 0.74% | 0.66% | - |
| XYZ | 17.81 | 10.96 | 3.46 | - |
| YUV | 85.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 43 | 0 | 0.69 | 0.74 | 0.34 | 4.32 | 0.59 | 0.41 |
| Hex | A8 | 34 | 2B | 0 | 45 | 4A | 22 | 4 | 3B | 29 |
| Octal | 250 | 64 | 53 | 0 | 105 | 112 | 42 | 4 | 73 | 51 |
| Binary | 10101000 | 110100 | 101011 | 0 | 1000101 | 1001010 | 100010 | 100 | 111011 | 101001 |
Color Harmonies of #A8342B
Complementary color
Monochromatic Colors of #A8342B
Black with #A8342B
Text Example
Text Example
White with #A8342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8342B; }
p { color: rgb(168,52,43); }
H1.HeaderClassName
{
color: #A8342B;
}
.AnyTagClassName
{
color: #A8342B;
}
</style>
background-color css
<style>
a { background-color: #A8342B; }
a { background-color: rgb(168,52,43); }
div.DivClassName
{
background-color: #A8342B;
}
.BgClassName
{
background-color: #A8342B;
}
</style>
border-color css
<style>
span { border-color: #A8342B; }
span { border-color: rgb(168,52,43); }
td.TdClassName
{
border-color: #A8342B;
}
.TagClassName
{
border-color: #A8342B;
}
</style>