Shades of Brown #AC311C
Tints of Brown #AC311C
RGB
CMYK
RGB Variations
Color information
#AC311C (or 0xAC311C) is known color: Brown. HEX triplet: AC, 31 and 1C. RGB value is (172,49,28). Sum of RGB (Red+Green+Blue) = 172+49+28=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC311C is #53CEE3. Grayscale: #535353. Windows color (decimal): -5492452 or 1847724. OLE color: 1847724.
HSL color Cylindrical-coordinate representation of color #AC311C: hue angle of 8.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC311C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 28 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.33 |
| HSL | 8.75º | 0.72% | 0.39% | - |
| HSV(B) | 8.75º | 0.84% | 0.67% | - |
| XYZ | 18.32 | 11.05 | 2.27 | - |
| YUV | 83.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 28 | 0 | 0.72 | 0.84 | 0.33 | 8.75 | 0.72 | 0.39 |
| Hex | AC | 31 | 1C | 0 | 48 | 54 | 21 | 9 | 48 | 27 |
| Octal | 254 | 61 | 34 | 0 | 110 | 124 | 41 | 11 | 110 | 47 |
| Binary | 10101100 | 110001 | 11100 | 0 | 1001000 | 1010100 | 100001 | 1001 | 1001000 | 100111 |
Color Harmonies of #AC311C
Complementary color
Monochromatic Colors of #AC311C
Black with #AC311C
Text Example
Text Example
White with #AC311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC311C; }
p { color: rgb(172,49,28); }
H1.HeaderClassName
{
color: #AC311C;
}
.AnyTagClassName
{
color: #AC311C;
}
</style>
background-color css
<style>
a { background-color: #AC311C; }
a { background-color: rgb(172,49,28); }
div.DivClassName
{
background-color: #AC311C;
}
.BgClassName
{
background-color: #AC311C;
}
</style>
border-color css
<style>
span { border-color: #AC311C; }
span { border-color: rgb(172,49,28); }
td.TdClassName
{
border-color: #AC311C;
}
.TagClassName
{
border-color: #AC311C;
}
</style>