Shades of Brown #AC342E
Tints of Brown #AC342E
RGB
CMYK
RGB Variations
Color information
#AC342E (or 0xAC342E) is known color: Brown. HEX triplet: AC, 34 and 2E. RGB value is (172,52,46). Sum of RGB (Red+Green+Blue) = 172+52+46=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC342E is #53CBD1. Grayscale: #575757. Windows color (decimal): -5491666 or 3028140. OLE color: 3028140.
HSL color Cylindrical-coordinate representation of color #AC342E: hue angle of 2.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC342E is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 46 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.33 |
| HSL | 2.86º | 0.58% | 0.43% | - |
| HSV(B) | 2.86º | 0.73% | 0.67% | - |
| XYZ | 18.73 | 11.42 | 3.8 | - |
| YUV | 87.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 46 | 0 | 0.70 | 0.73 | 0.33 | 2.86 | 0.58 | 0.43 |
| Hex | AC | 34 | 2E | 0 | 46 | 49 | 21 | 3 | 3A | 2B |
| Octal | 254 | 64 | 56 | 0 | 106 | 111 | 41 | 3 | 72 | 53 |
| Binary | 10101100 | 110100 | 101110 | 0 | 1000110 | 1001001 | 100001 | 11 | 111010 | 101011 |
Color Harmonies of #AC342E
Complementary color
Monochromatic Colors of #AC342E
Black with #AC342E
Text Example
Text Example
White with #AC342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC342E; }
p { color: rgb(172,52,46); }
H1.HeaderClassName
{
color: #AC342E;
}
.AnyTagClassName
{
color: #AC342E;
}
</style>
background-color css
<style>
a { background-color: #AC342E; }
a { background-color: rgb(172,52,46); }
div.DivClassName
{
background-color: #AC342E;
}
.BgClassName
{
background-color: #AC342E;
}
</style>
border-color css
<style>
span { border-color: #AC342E; }
span { border-color: rgb(172,52,46); }
td.TdClassName
{
border-color: #AC342E;
}
.TagClassName
{
border-color: #AC342E;
}
</style>