Shades of Brown #AC3421
Tints of Brown #AC3421
RGB
CMYK
RGB Variations
Color information
#AC3421 (or 0xAC3421) is known color: Brown. HEX triplet: AC, 34 and 21. RGB value is (172,52,33). Sum of RGB (Red+Green+Blue) = 172+52+33=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3421 is #53CBDE. Grayscale: #555555. Windows color (decimal): -5491679 or 2176172. OLE color: 2176172.
HSL color Cylindrical-coordinate representation of color #AC3421: hue angle of 8.2º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC3421 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 33 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.33 |
| HSL | 8.2º | 0.68% | 0.4% | - |
| HSV(B) | 8.2º | 0.81% | 0.67% | - |
| XYZ | 18.52 | 11.34 | 2.65 | - |
| YUV | 85.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 33 | 0 | 0.70 | 0.81 | 0.33 | 8.2 | 0.68 | 0.4 |
| Hex | AC | 34 | 21 | 0 | 46 | 51 | 21 | 8 | 44 | 28 |
| Octal | 254 | 64 | 41 | 0 | 106 | 121 | 41 | 10 | 104 | 50 |
| Binary | 10101100 | 110100 | 100001 | 0 | 1000110 | 1010001 | 100001 | 1000 | 1000100 | 101000 |
Color Harmonies of #AC3421
Complementary color
Monochromatic Colors of #AC3421
Black with #AC3421
Text Example
Text Example
White with #AC3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3421; }
p { color: rgb(172,52,33); }
H1.HeaderClassName
{
color: #AC3421;
}
.AnyTagClassName
{
color: #AC3421;
}
</style>
background-color css
<style>
a { background-color: #AC3421; }
a { background-color: rgb(172,52,33); }
div.DivClassName
{
background-color: #AC3421;
}
.BgClassName
{
background-color: #AC3421;
}
</style>
border-color css
<style>
span { border-color: #AC3421; }
span { border-color: rgb(172,52,33); }
td.TdClassName
{
border-color: #AC3421;
}
.TagClassName
{
border-color: #AC3421;
}
</style>