Shades of Brown #AC2E2C
Tints of Brown #AC2E2C
RGB
CMYK
RGB Variations
Color information
#AC2E2C (or 0xAC2E2C) is known color: Brown. HEX triplet: AC, 2E and 2C. RGB value is (172,46,44). Sum of RGB (Red+Green+Blue) = 172+46+44=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E2C is #53D1D3. Grayscale: #535353. Windows color (decimal): -5493204 or 2895532. OLE color: 2895532.
HSL color Cylindrical-coordinate representation of color #AC2E2C: hue angle of 0.94º 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 #AC2E2C is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 44 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.33 |
| HSL | 0.94º | 0.59% | 0.42% | - |
| HSV(B) | 0.94º | 0.74% | 0.67% | - |
| XYZ | 18.44 | 10.91 | 3.52 | - |
| YUV | 83.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 44 | 0 | 0.73 | 0.74 | 0.33 | 0.94 | 0.59 | 0.42 |
| Hex | AC | 2E | 2C | 0 | 49 | 4A | 21 | 1 | 3B | 2A |
| Octal | 254 | 56 | 54 | 0 | 111 | 112 | 41 | 1 | 73 | 52 |
| Binary | 10101100 | 101110 | 101100 | 0 | 1001001 | 1001010 | 100001 | 1 | 111011 | 101010 |
Color Harmonies of #AC2E2C
Complementary color
Monochromatic Colors of #AC2E2C
Black with #AC2E2C
Text Example
Text Example
White with #AC2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E2C; }
p { color: rgb(172,46,44); }
H1.HeaderClassName
{
color: #AC2E2C;
}
.AnyTagClassName
{
color: #AC2E2C;
}
</style>
background-color css
<style>
a { background-color: #AC2E2C; }
a { background-color: rgb(172,46,44); }
div.DivClassName
{
background-color: #AC2E2C;
}
.BgClassName
{
background-color: #AC2E2C;
}
</style>
border-color css
<style>
span { border-color: #AC2E2C; }
span { border-color: rgb(172,46,44); }
td.TdClassName
{
border-color: #AC2E2C;
}
.TagClassName
{
border-color: #AC2E2C;
}
</style>