Shades of Brown #AC361F
Tints of Brown #AC361F
RGB
CMYK
RGB Variations
Color information
#AC361F (or 0xAC361F) is known color: Brown. HEX triplet: AC, 36 and 1F. RGB value is (172,54,31). Sum of RGB (Red+Green+Blue) = 172+54+31=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC361F is #53C9E0. Grayscale: #565656. Windows color (decimal): -5491169 or 2045612. OLE color: 2045612.
HSL color Cylindrical-coordinate representation of color #AC361F: hue angle of 9.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC361F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 31 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.33 |
| HSL | 9.79º | 0.69% | 0.4% | - |
| HSV(B) | 9.79º | 0.82% | 0.67% | - |
| XYZ | 18.58 | 11.51 | 2.54 | - |
| YUV | 86.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 31 | 0 | 0.69 | 0.82 | 0.33 | 9.79 | 0.69 | 0.4 |
| Hex | AC | 36 | 1F | 0 | 45 | 52 | 21 | A | 45 | 28 |
| Octal | 254 | 66 | 37 | 0 | 105 | 122 | 41 | 12 | 105 | 50 |
| Binary | 10101100 | 110110 | 11111 | 0 | 1000101 | 1010010 | 100001 | 1010 | 1000101 | 101000 |
Color Harmonies of #AC361F
Complementary color
Monochromatic Colors of #AC361F
Black with #AC361F
Text Example
Text Example
White with #AC361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC361F; }
p { color: rgb(172,54,31); }
H1.HeaderClassName
{
color: #AC361F;
}
.AnyTagClassName
{
color: #AC361F;
}
</style>
background-color css
<style>
a { background-color: #AC361F; }
a { background-color: rgb(172,54,31); }
div.DivClassName
{
background-color: #AC361F;
}
.BgClassName
{
background-color: #AC361F;
}
</style>
border-color css
<style>
span { border-color: #AC361F; }
span { border-color: rgb(172,54,31); }
td.TdClassName
{
border-color: #AC361F;
}
.TagClassName
{
border-color: #AC361F;
}
</style>