Shades of Brown #A7342C
Tints of Brown #A7342C
RGB
CMYK
RGB Variations
Color information
#A7342C (or 0xA7342C) is known color: Brown. HEX triplet: A7, 34 and 2C. RGB value is (167,52,44). Sum of RGB (Red+Green+Blue) = 167+52+44=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7342C is #58CBD3. Grayscale: #555555. Windows color (decimal): -5819348 or 2897063. OLE color: 2897063.
HSL color Cylindrical-coordinate representation of color #A7342C: hue angle of 3.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7342C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 44 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.35 |
| HSL | 3.9º | 0.58% | 0.41% | - |
| HSV(B) | 3.9º | 0.74% | 0.65% | - |
| XYZ | 17.62 | 10.85 | 3.55 | - |
| YUV | 85.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 44 | 0 | 0.69 | 0.74 | 0.35 | 3.9 | 0.58 | 0.41 |
| Hex | A7 | 34 | 2C | 0 | 45 | 4A | 23 | 4 | 3A | 29 |
| Octal | 247 | 64 | 54 | 0 | 105 | 112 | 43 | 4 | 72 | 51 |
| Binary | 10100111 | 110100 | 101100 | 0 | 1000101 | 1001010 | 100011 | 100 | 111010 | 101001 |
Color Harmonies of #A7342C
Complementary color
Monochromatic Colors of #A7342C
Black with #A7342C
Text Example
Text Example
White with #A7342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7342C; }
p { color: rgb(167,52,44); }
H1.HeaderClassName
{
color: #A7342C;
}
.AnyTagClassName
{
color: #A7342C;
}
</style>
background-color css
<style>
a { background-color: #A7342C; }
a { background-color: rgb(167,52,44); }
div.DivClassName
{
background-color: #A7342C;
}
.BgClassName
{
background-color: #A7342C;
}
</style>
border-color css
<style>
span { border-color: #A7342C; }
span { border-color: rgb(167,52,44); }
td.TdClassName
{
border-color: #A7342C;
}
.TagClassName
{
border-color: #A7342C;
}
</style>