Shades of Brown #AC371E
Tints of Brown #AC371E
RGB
CMYK
RGB Variations
Color information
#AC371E (or 0xAC371E) is known color: Brown. HEX triplet: AC, 37 and 1E. RGB value is (172,55,30). Sum of RGB (Red+Green+Blue) = 172+55+30=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371E is #53C8E1. Grayscale: #575757. Windows color (decimal): -5490914 or 1980332. OLE color: 1980332.
HSL color Cylindrical-coordinate representation of color #AC371E: hue angle of 10.56º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC371E is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 30 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.33 |
| HSL | 10.56º | 0.7% | 0.4% | - |
| HSV(B) | 10.56º | 0.83% | 0.67% | - |
| XYZ | 18.61 | 11.6 | 2.49 | - |
| YUV | 87.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 30 | 0 | 0.68 | 0.83 | 0.33 | 10.56 | 0.7 | 0.4 |
| Hex | AC | 37 | 1E | 0 | 44 | 53 | 21 | B | 46 | 28 |
| Octal | 254 | 67 | 36 | 0 | 104 | 123 | 41 | 13 | 106 | 50 |
| Binary | 10101100 | 110111 | 11110 | 0 | 1000100 | 1010011 | 100001 | 1011 | 1000110 | 101000 |
Color Harmonies of #AC371E
Complementary color
Monochromatic Colors of #AC371E
Black with #AC371E
Text Example
Text Example
White with #AC371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC371E; }
p { color: rgb(172,55,30); }
H1.HeaderClassName
{
color: #AC371E;
}
.AnyTagClassName
{
color: #AC371E;
}
</style>
background-color css
<style>
a { background-color: #AC371E; }
a { background-color: rgb(172,55,30); }
div.DivClassName
{
background-color: #AC371E;
}
.BgClassName
{
background-color: #AC371E;
}
</style>
border-color css
<style>
span { border-color: #AC371E; }
span { border-color: rgb(172,55,30); }
td.TdClassName
{
border-color: #AC371E;
}
.TagClassName
{
border-color: #AC371E;
}
</style>