Shades of Brown #AC341E
Tints of Brown #AC341E
RGB
CMYK
RGB Variations
Color information
#AC341E (or 0xAC341E) is known color: Brown. HEX triplet: AC, 34 and 1E. RGB value is (172,52,30). Sum of RGB (Red+Green+Blue) = 172+52+30=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC341E is #53CBE1. Grayscale: #555555. Windows color (decimal): -5491682 or 1979564. OLE color: 1979564.
HSL color Cylindrical-coordinate representation of color #AC341E: hue angle of 9.3º 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 #AC341E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.33 |
| HSL | 9.3º | 0.7% | 0.4% | - |
| HSV(B) | 9.3º | 0.83% | 0.67% | - |
| XYZ | 18.48 | 11.32 | 2.44 | - |
| YUV | 85.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 30 | 0 | 0.70 | 0.83 | 0.33 | 9.3 | 0.7 | 0.4 |
| Hex | AC | 34 | 1E | 0 | 46 | 53 | 21 | 9 | 46 | 28 |
| Octal | 254 | 64 | 36 | 0 | 106 | 123 | 41 | 11 | 106 | 50 |
| Binary | 10101100 | 110100 | 11110 | 0 | 1000110 | 1010011 | 100001 | 1001 | 1000110 | 101000 |
Color Harmonies of #AC341E
Complementary color
Monochromatic Colors of #AC341E
Black with #AC341E
Text Example
Text Example
White with #AC341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC341E; }
p { color: rgb(172,52,30); }
H1.HeaderClassName
{
color: #AC341E;
}
.AnyTagClassName
{
color: #AC341E;
}
</style>
background-color css
<style>
a { background-color: #AC341E; }
a { background-color: rgb(172,52,30); }
div.DivClassName
{
background-color: #AC341E;
}
.BgClassName
{
background-color: #AC341E;
}
</style>
border-color css
<style>
span { border-color: #AC341E; }
span { border-color: rgb(172,52,30); }
td.TdClassName
{
border-color: #AC341E;
}
.TagClassName
{
border-color: #AC341E;
}
</style>