Shades of Brown #AC342B
Tints of Brown #AC342B
RGB
CMYK
RGB Variations
Color information
#AC342B (or 0xAC342B) is known color: Brown. HEX triplet: AC, 34 and 2B. RGB value is (172,52,43). Sum of RGB (Red+Green+Blue) = 172+52+43=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC342B is #53CBD4. Grayscale: #575757. Windows color (decimal): -5491669 or 2831532. OLE color: 2831532.
HSL color Cylindrical-coordinate representation of color #AC342B: hue angle of 4.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC342B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 43 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.33 |
| HSL | 4.19º | 0.6% | 0.42% | - |
| HSV(B) | 4.19º | 0.75% | 0.67% | - |
| XYZ | 18.68 | 11.4 | 3.5 | - |
| YUV | 86.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 43 | 0 | 0.70 | 0.75 | 0.33 | 4.19 | 0.6 | 0.42 |
| Hex | AC | 34 | 2B | 0 | 46 | 4B | 21 | 4 | 3C | 2A |
| Octal | 254 | 64 | 53 | 0 | 106 | 113 | 41 | 4 | 74 | 52 |
| Binary | 10101100 | 110100 | 101011 | 0 | 1000110 | 1001011 | 100001 | 100 | 111100 | 101010 |
Color Harmonies of #AC342B
Complementary color
Monochromatic Colors of #AC342B
Black with #AC342B
Text Example
Text Example
White with #AC342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC342B; }
p { color: rgb(172,52,43); }
H1.HeaderClassName
{
color: #AC342B;
}
.AnyTagClassName
{
color: #AC342B;
}
</style>
background-color css
<style>
a { background-color: #AC342B; }
a { background-color: rgb(172,52,43); }
div.DivClassName
{
background-color: #AC342B;
}
.BgClassName
{
background-color: #AC342B;
}
</style>
border-color css
<style>
span { border-color: #AC342B; }
span { border-color: rgb(172,52,43); }
td.TdClassName
{
border-color: #AC342B;
}
.TagClassName
{
border-color: #AC342B;
}
</style>