Shades of Brown #AC312F
Tints of Brown #AC312F
RGB
CMYK
RGB Variations
Color information
#AC312F (or 0xAC312F) is known color: Brown. HEX triplet: AC, 31 and 2F. RGB value is (172,49,47). Sum of RGB (Red+Green+Blue) = 172+49+47=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312F is #53CED0. Grayscale: #555555. Windows color (decimal): -5492433 or 3092908. OLE color: 3092908.
HSL color Cylindrical-coordinate representation of color #AC312F: hue angle of 0.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC312F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 47 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.33 |
| HSL | 0.96º | 0.57% | 0.43% | - |
| HSV(B) | 0.96º | 0.73% | 0.67% | - |
| XYZ | 18.62 | 11.17 | 3.86 | - |
| YUV | 85.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 47 | 0 | 0.72 | 0.73 | 0.33 | 0.96 | 0.57 | 0.43 |
| Hex | AC | 31 | 2F | 0 | 48 | 49 | 21 | 1 | 39 | 2B |
| Octal | 254 | 61 | 57 | 0 | 110 | 111 | 41 | 1 | 71 | 53 |
| Binary | 10101100 | 110001 | 101111 | 0 | 1001000 | 1001001 | 100001 | 1 | 111001 | 101011 |
Color Harmonies of #AC312F
Complementary color
Monochromatic Colors of #AC312F
Black with #AC312F
Text Example
Text Example
White with #AC312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC312F; }
p { color: rgb(172,49,47); }
H1.HeaderClassName
{
color: #AC312F;
}
.AnyTagClassName
{
color: #AC312F;
}
</style>
background-color css
<style>
a { background-color: #AC312F; }
a { background-color: rgb(172,49,47); }
div.DivClassName
{
background-color: #AC312F;
}
.BgClassName
{
background-color: #AC312F;
}
</style>
border-color css
<style>
span { border-color: #AC312F; }
span { border-color: rgb(172,49,47); }
td.TdClassName
{
border-color: #AC312F;
}
.TagClassName
{
border-color: #AC312F;
}
</style>