Shades of Brown #AC361E
Tints of Brown #AC361E
RGB
CMYK
RGB Variations
Color information
#AC361E (or 0xAC361E) is known color: Brown. HEX triplet: AC, 36 and 1E. RGB value is (172,54,30). Sum of RGB (Red+Green+Blue) = 172+54+30=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC361E is #53C9E1. Grayscale: #565656. Windows color (decimal): -5491170 or 1980076. OLE color: 1980076.
HSL color Cylindrical-coordinate representation of color #AC361E: hue angle of 10.14º 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 #AC361E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 30 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.33 |
| HSL | 10.14º | 0.7% | 0.4% | - |
| HSV(B) | 10.14º | 0.83% | 0.67% | - |
| XYZ | 18.57 | 11.5 | 2.47 | - |
| YUV | 86.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 30 | 0 | 0.69 | 0.83 | 0.33 | 10.14 | 0.7 | 0.4 |
| Hex | AC | 36 | 1E | 0 | 45 | 53 | 21 | A | 46 | 28 |
| Octal | 254 | 66 | 36 | 0 | 105 | 123 | 41 | 12 | 106 | 50 |
| Binary | 10101100 | 110110 | 11110 | 0 | 1000101 | 1010011 | 100001 | 1010 | 1000110 | 101000 |
Color Harmonies of #AC361E
Complementary color
Monochromatic Colors of #AC361E
Black with #AC361E
Text Example
Text Example
White with #AC361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC361E; }
p { color: rgb(172,54,30); }
H1.HeaderClassName
{
color: #AC361E;
}
.AnyTagClassName
{
color: #AC361E;
}
</style>
background-color css
<style>
a { background-color: #AC361E; }
a { background-color: rgb(172,54,30); }
div.DivClassName
{
background-color: #AC361E;
}
.BgClassName
{
background-color: #AC361E;
}
</style>
border-color css
<style>
span { border-color: #AC361E; }
span { border-color: rgb(172,54,30); }
td.TdClassName
{
border-color: #AC361E;
}
.TagClassName
{
border-color: #AC361E;
}
</style>