Shades of Brown #AC311D
Tints of Brown #AC311D
RGB
CMYK
RGB Variations
Color information
#AC311D (or 0xAC311D) is known color: Brown. HEX triplet: AC, 31 and 1D. RGB value is (172,49,29). Sum of RGB (Red+Green+Blue) = 172+49+29=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC311D is #53CEE2. Grayscale: #535353. Windows color (decimal): -5492451 or 1913260. OLE color: 1913260.
HSL color Cylindrical-coordinate representation of color #AC311D: hue angle of 8.39º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC311D is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 29 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.33 |
| HSL | 8.39º | 0.71% | 0.39% | - |
| HSV(B) | 8.39º | 0.83% | 0.67% | - |
| XYZ | 18.33 | 11.06 | 2.33 | - |
| YUV | 83.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 29 | 0 | 0.72 | 0.83 | 0.33 | 8.39 | 0.71 | 0.39 |
| Hex | AC | 31 | 1D | 0 | 48 | 53 | 21 | 8 | 47 | 27 |
| Octal | 254 | 61 | 35 | 0 | 110 | 123 | 41 | 10 | 107 | 47 |
| Binary | 10101100 | 110001 | 11101 | 0 | 1001000 | 1010011 | 100001 | 1000 | 1000111 | 100111 |
Color Harmonies of #AC311D
Complementary color
Monochromatic Colors of #AC311D
Black with #AC311D
Text Example
Text Example
White with #AC311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC311D; }
p { color: rgb(172,49,29); }
H1.HeaderClassName
{
color: #AC311D;
}
.AnyTagClassName
{
color: #AC311D;
}
</style>
background-color css
<style>
a { background-color: #AC311D; }
a { background-color: rgb(172,49,29); }
div.DivClassName
{
background-color: #AC311D;
}
.BgClassName
{
background-color: #AC311D;
}
</style>
border-color css
<style>
span { border-color: #AC311D; }
span { border-color: rgb(172,49,29); }
td.TdClassName
{
border-color: #AC311D;
}
.TagClassName
{
border-color: #AC311D;
}
</style>