Shades of Brown #AC3328
Tints of Brown #AC3328
RGB
CMYK
RGB Variations
Color information
#AC3328 (or 0xAC3328) is known color: Brown. HEX triplet: AC, 33 and 28. RGB value is (172,51,40). Sum of RGB (Red+Green+Blue) = 172+51+40=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3328 is #53CCD7. Grayscale: #565656. Windows color (decimal): -5491928 or 2634668. OLE color: 2634668.
HSL color Cylindrical-coordinate representation of color #AC3328: hue angle of 5º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3328 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 40 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.33 |
| HSL | 5º | 0.62% | 0.42% | - |
| HSV(B) | 5º | 0.77% | 0.67% | - |
| XYZ | 18.58 | 11.29 | 3.21 | - |
| YUV | 85.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 40 | 0 | 0.70 | 0.77 | 0.33 | 5 | 0.62 | 0.42 |
| Hex | AC | 33 | 28 | 0 | 46 | 4D | 21 | 5 | 3E | 2A |
| Octal | 254 | 63 | 50 | 0 | 106 | 115 | 41 | 5 | 76 | 52 |
| Binary | 10101100 | 110011 | 101000 | 0 | 1000110 | 1001101 | 100001 | 101 | 111110 | 101010 |
Color Harmonies of #AC3328
Complementary color
Monochromatic Colors of #AC3328
Black with #AC3328
Text Example
Text Example
White with #AC3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3328; }
p { color: rgb(172,51,40); }
H1.HeaderClassName
{
color: #AC3328;
}
.AnyTagClassName
{
color: #AC3328;
}
</style>
background-color css
<style>
a { background-color: #AC3328; }
a { background-color: rgb(172,51,40); }
div.DivClassName
{
background-color: #AC3328;
}
.BgClassName
{
background-color: #AC3328;
}
</style>
border-color css
<style>
span { border-color: #AC3328; }
span { border-color: rgb(172,51,40); }
td.TdClassName
{
border-color: #AC3328;
}
.TagClassName
{
border-color: #AC3328;
}
</style>