Shades of Brown #AC3222
Tints of Brown #AC3222
RGB
CMYK
RGB Variations
Color information
#AC3222 (or 0xAC3222) is known color: Brown. HEX triplet: AC, 32 and 22. RGB value is (172,50,34). Sum of RGB (Red+Green+Blue) = 172+50+34=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3222 is #53CDDD. Grayscale: #545454. Windows color (decimal): -5492190 or 2241196. OLE color: 2241196.
HSL color Cylindrical-coordinate representation of color #AC3222: hue angle of 6.96º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3222 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 34 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.33 |
| HSL | 6.96º | 0.67% | 0.4% | - |
| HSV(B) | 6.96º | 0.8% | 0.67% | - |
| XYZ | 18.44 | 11.17 | 2.7 | - |
| YUV | 84.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 34 | 0 | 0.71 | 0.80 | 0.33 | 6.96 | 0.67 | 0.4 |
| Hex | AC | 32 | 22 | 0 | 47 | 50 | 21 | 7 | 43 | 28 |
| Octal | 254 | 62 | 42 | 0 | 107 | 120 | 41 | 7 | 103 | 50 |
| Binary | 10101100 | 110010 | 100010 | 0 | 1000111 | 1010000 | 100001 | 111 | 1000011 | 101000 |
Color Harmonies of #AC3222
Complementary color
Monochromatic Colors of #AC3222
Black with #AC3222
Text Example
Text Example
White with #AC3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3222; }
p { color: rgb(172,50,34); }
H1.HeaderClassName
{
color: #AC3222;
}
.AnyTagClassName
{
color: #AC3222;
}
</style>
background-color css
<style>
a { background-color: #AC3222; }
a { background-color: rgb(172,50,34); }
div.DivClassName
{
background-color: #AC3222;
}
.BgClassName
{
background-color: #AC3222;
}
</style>
border-color css
<style>
span { border-color: #AC3222; }
span { border-color: rgb(172,50,34); }
td.TdClassName
{
border-color: #AC3222;
}
.TagClassName
{
border-color: #AC3222;
}
</style>