Shades of Brown #AC3131
Tints of Brown #AC3131
RGB
CMYK
RGB Variations
Color information
#AC3131 (or 0xAC3131) is known color: Brown. HEX triplet: AC, 31 and 31. RGB value is (172,49,49). Sum of RGB (Red+Green+Blue) = 172+49+49=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3131 is #53CECE. Grayscale: #555555. Windows color (decimal): -5492431 or 3223980. OLE color: 3223980.
HSL color Cylindrical-coordinate representation of color #AC3131: hue angle of 0º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3131 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 49 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.33 |
| HSL | 0º | 0.56% | 0.43% | - |
| HSV(B) | 0º | 0.72% | 0.67% | - |
| XYZ | 18.67 | 11.19 | 4.08 | - |
| YUV | 85.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 49 | 0 | 0.72 | 0.72 | 0.33 | 0 | 0.56 | 0.43 |
| Hex | AC | 31 | 31 | 0 | 48 | 48 | 21 | 0 | 38 | 2B |
| Octal | 254 | 61 | 61 | 0 | 110 | 110 | 41 | 0 | 70 | 53 |
| Binary | 10101100 | 110001 | 110001 | 0 | 1001000 | 1001000 | 100001 | 0 | 111000 | 101011 |
Color Harmonies of #AC3131
Complementary color
Monochromatic Colors of #AC3131
Black with #AC3131
Text Example
Text Example
White with #AC3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3131; }
p { color: rgb(172,49,49); }
H1.HeaderClassName
{
color: #AC3131;
}
.AnyTagClassName
{
color: #AC3131;
}
</style>
background-color css
<style>
a { background-color: #AC3131; }
a { background-color: rgb(172,49,49); }
div.DivClassName
{
background-color: #AC3131;
}
.BgClassName
{
background-color: #AC3131;
}
</style>
border-color css
<style>
span { border-color: #AC3131; }
span { border-color: rgb(172,49,49); }
td.TdClassName
{
border-color: #AC3131;
}
.TagClassName
{
border-color: #AC3131;
}
</style>