Shades of Brown #AC312A
Tints of Brown #AC312A
RGB
CMYK
RGB Variations
Color information
#AC312A (or 0xAC312A) is known color: Brown. HEX triplet: AC, 31 and 2A. RGB value is (172,49,42). Sum of RGB (Red+Green+Blue) = 172+49+42=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312A is #53CED5. Grayscale: #555555. Windows color (decimal): -5492438 or 2765228. OLE color: 2765228.
HSL color Cylindrical-coordinate representation of color #AC312A: hue angle of 3.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC312A is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 42 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.33 |
| HSL | 3.23º | 0.61% | 0.42% | - |
| HSV(B) | 3.23º | 0.76% | 0.67% | - |
| XYZ | 18.53 | 11.13 | 3.36 | - |
| YUV | 84.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 42 | 0 | 0.72 | 0.76 | 0.33 | 3.23 | 0.61 | 0.42 |
| Hex | AC | 31 | 2A | 0 | 48 | 4C | 21 | 3 | 3D | 2A |
| Octal | 254 | 61 | 52 | 0 | 110 | 114 | 41 | 3 | 75 | 52 |
| Binary | 10101100 | 110001 | 101010 | 0 | 1001000 | 1001100 | 100001 | 11 | 111101 | 101010 |
Color Harmonies of #AC312A
Complementary color
Monochromatic Colors of #AC312A
Black with #AC312A
Text Example
Text Example
White with #AC312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC312A; }
p { color: rgb(172,49,42); }
H1.HeaderClassName
{
color: #AC312A;
}
.AnyTagClassName
{
color: #AC312A;
}
</style>
background-color css
<style>
a { background-color: #AC312A; }
a { background-color: rgb(172,49,42); }
div.DivClassName
{
background-color: #AC312A;
}
.BgClassName
{
background-color: #AC312A;
}
</style>
border-color css
<style>
span { border-color: #AC312A; }
span { border-color: rgb(172,49,42); }
td.TdClassName
{
border-color: #AC312A;
}
.TagClassName
{
border-color: #AC312A;
}
</style>