Shades of Brown #AC312D
Tints of Brown #AC312D
RGB
CMYK
RGB Variations
Color information
#AC312D (or 0xAC312D) is known color: Brown. HEX triplet: AC, 31 and 2D. RGB value is (172,49,45). Sum of RGB (Red+Green+Blue) = 172+49+45=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312D is #53CED2. Grayscale: #555555. Windows color (decimal): -5492435 or 2961836. OLE color: 2961836.
HSL color Cylindrical-coordinate representation of color #AC312D: hue angle of 1.89º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC312D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 45 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.33 |
| HSL | 1.89º | 0.59% | 0.43% | - |
| HSV(B) | 1.89º | 0.74% | 0.67% | - |
| XYZ | 18.59 | 11.16 | 3.66 | - |
| YUV | 85.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 45 | 0 | 0.72 | 0.74 | 0.33 | 1.89 | 0.59 | 0.43 |
| Hex | AC | 31 | 2D | 0 | 48 | 4A | 21 | 2 | 3B | 2B |
| Octal | 254 | 61 | 55 | 0 | 110 | 112 | 41 | 2 | 73 | 53 |
| Binary | 10101100 | 110001 | 101101 | 0 | 1001000 | 1001010 | 100001 | 10 | 111011 | 101011 |
Color Harmonies of #AC312D
Complementary color
Monochromatic Colors of #AC312D
Black with #AC312D
Text Example
Text Example
White with #AC312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC312D; }
p { color: rgb(172,49,45); }
H1.HeaderClassName
{
color: #AC312D;
}
.AnyTagClassName
{
color: #AC312D;
}
</style>
background-color css
<style>
a { background-color: #AC312D; }
a { background-color: rgb(172,49,45); }
div.DivClassName
{
background-color: #AC312D;
}
.BgClassName
{
background-color: #AC312D;
}
</style>
border-color css
<style>
span { border-color: #AC312D; }
span { border-color: rgb(172,49,45); }
td.TdClassName
{
border-color: #AC312D;
}
.TagClassName
{
border-color: #AC312D;
}
</style>