Shades of Brown #AC3221
Tints of Brown #AC3221
RGB
CMYK
RGB Variations
Color information
#AC3221 (or 0xAC3221) is known color: Brown. HEX triplet: AC, 32 and 21. RGB value is (172,50,33). Sum of RGB (Red+Green+Blue) = 172+50+33=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3221 is #53CDDE. Grayscale: #545454. Windows color (decimal): -5492191 or 2175660. OLE color: 2175660.
HSL color Cylindrical-coordinate representation of color #AC3221: hue angle of 7.34º 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 #AC3221 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 33 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.33 |
| HSL | 7.34º | 0.68% | 0.4% | - |
| HSV(B) | 7.34º | 0.81% | 0.67% | - |
| XYZ | 18.43 | 11.16 | 2.62 | - |
| YUV | 84.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 33 | 0 | 0.71 | 0.81 | 0.33 | 7.34 | 0.68 | 0.4 |
| Hex | AC | 32 | 21 | 0 | 47 | 51 | 21 | 7 | 44 | 28 |
| Octal | 254 | 62 | 41 | 0 | 107 | 121 | 41 | 7 | 104 | 50 |
| Binary | 10101100 | 110010 | 100001 | 0 | 1000111 | 1010001 | 100001 | 111 | 1000100 | 101000 |
Color Harmonies of #AC3221
Complementary color
Monochromatic Colors of #AC3221
Black with #AC3221
Text Example
Text Example
White with #AC3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3221; }
p { color: rgb(172,50,33); }
H1.HeaderClassName
{
color: #AC3221;
}
.AnyTagClassName
{
color: #AC3221;
}
</style>
background-color css
<style>
a { background-color: #AC3221; }
a { background-color: rgb(172,50,33); }
div.DivClassName
{
background-color: #AC3221;
}
.BgClassName
{
background-color: #AC3221;
}
</style>
border-color css
<style>
span { border-color: #AC3221; }
span { border-color: rgb(172,50,33); }
td.TdClassName
{
border-color: #AC3221;
}
.TagClassName
{
border-color: #AC3221;
}
</style>