Shades of Brown #AC2F2E
Tints of Brown #AC2F2E
RGB
CMYK
RGB Variations
Color information
#AC2F2E (or 0xAC2F2E) is known color: Brown. HEX triplet: AC, 2F and 2E. RGB value is (172,47,46). Sum of RGB (Red+Green+Blue) = 172+47+46=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F2E is #53D0D1. Grayscale: #545454. Windows color (decimal): -5492946 or 3026860. OLE color: 3026860.
HSL color Cylindrical-coordinate representation of color #AC2F2E: hue angle of 0.48º 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 #AC2F2E is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 46 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.33 |
| HSL | 0.48º | 0.58% | 0.43% | - |
| HSV(B) | 0.48º | 0.73% | 0.67% | - |
| XYZ | 18.52 | 11 | 3.73 | - |
| YUV | 84.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 46 | 0 | 0.73 | 0.73 | 0.33 | 0.48 | 0.58 | 0.43 |
| Hex | AC | 2F | 2E | 0 | 49 | 49 | 21 | 0 | 3A | 2B |
| Octal | 254 | 57 | 56 | 0 | 111 | 111 | 41 | 0 | 72 | 53 |
| Binary | 10101100 | 101111 | 101110 | 0 | 1001001 | 1001001 | 100001 | 0 | 111010 | 101011 |
Color Harmonies of #AC2F2E
Complementary color
Monochromatic Colors of #AC2F2E
Black with #AC2F2E
Text Example
Text Example
White with #AC2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F2E; }
p { color: rgb(172,47,46); }
H1.HeaderClassName
{
color: #AC2F2E;
}
.AnyTagClassName
{
color: #AC2F2E;
}
</style>
background-color css
<style>
a { background-color: #AC2F2E; }
a { background-color: rgb(172,47,46); }
div.DivClassName
{
background-color: #AC2F2E;
}
.BgClassName
{
background-color: #AC2F2E;
}
</style>
border-color css
<style>
span { border-color: #AC2F2E; }
span { border-color: rgb(172,47,46); }
td.TdClassName
{
border-color: #AC2F2E;
}
.TagClassName
{
border-color: #AC2F2E;
}
</style>