Shades of Brown #AC342C
Tints of Brown #AC342C
RGB
CMYK
RGB Variations
Color information
#AC342C (or 0xAC342C) is known color: Brown. HEX triplet: AC, 34 and 2C. RGB value is (172,52,44). Sum of RGB (Red+Green+Blue) = 172+52+44=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC342C is #53CBD3. Grayscale: #575757. Windows color (decimal): -5491668 or 2897068. OLE color: 2897068.
HSL color Cylindrical-coordinate representation of color #AC342C: hue angle of 3.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC342C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 44 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.33 |
| HSL | 3.75º | 0.59% | 0.42% | - |
| HSV(B) | 3.75º | 0.74% | 0.67% | - |
| XYZ | 18.7 | 11.41 | 3.6 | - |
| YUV | 86.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 44 | 0 | 0.70 | 0.74 | 0.33 | 3.75 | 0.59 | 0.42 |
| Hex | AC | 34 | 2C | 0 | 46 | 4A | 21 | 4 | 3B | 2A |
| Octal | 254 | 64 | 54 | 0 | 106 | 112 | 41 | 4 | 73 | 52 |
| Binary | 10101100 | 110100 | 101100 | 0 | 1000110 | 1001010 | 100001 | 100 | 111011 | 101010 |
Color Harmonies of #AC342C
Complementary color
Monochromatic Colors of #AC342C
Black with #AC342C
Text Example
Text Example
White with #AC342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC342C; }
p { color: rgb(172,52,44); }
H1.HeaderClassName
{
color: #AC342C;
}
.AnyTagClassName
{
color: #AC342C;
}
</style>
background-color css
<style>
a { background-color: #AC342C; }
a { background-color: rgb(172,52,44); }
div.DivClassName
{
background-color: #AC342C;
}
.BgClassName
{
background-color: #AC342C;
}
</style>
border-color css
<style>
span { border-color: #AC342C; }
span { border-color: rgb(172,52,44); }
td.TdClassName
{
border-color: #AC342C;
}
.TagClassName
{
border-color: #AC342C;
}
</style>