Shades of Brown #AC3722
Tints of Brown #AC3722
RGB
CMYK
RGB Variations
Color information
#AC3722 (or 0xAC3722) is known color: Brown. HEX triplet: AC, 37 and 22. RGB value is (172,55,34). Sum of RGB (Red+Green+Blue) = 172+55+34=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3722 is #53C8DD. Grayscale: #575757. Windows color (decimal): -5490910 or 2242476. OLE color: 2242476.
HSL color Cylindrical-coordinate representation of color #AC3722: hue angle of 9.13º 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 #AC3722 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 34 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.33 |
| HSL | 9.13º | 0.67% | 0.4% | - |
| HSV(B) | 9.13º | 0.8% | 0.67% | - |
| XYZ | 18.67 | 11.62 | 2.77 | - |
| YUV | 87.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 34 | 0 | 0.68 | 0.80 | 0.33 | 9.13 | 0.67 | 0.4 |
| Hex | AC | 37 | 22 | 0 | 44 | 50 | 21 | 9 | 43 | 28 |
| Octal | 254 | 67 | 42 | 0 | 104 | 120 | 41 | 11 | 103 | 50 |
| Binary | 10101100 | 110111 | 100010 | 0 | 1000100 | 1010000 | 100001 | 1001 | 1000011 | 101000 |
Color Harmonies of #AC3722
Complementary color
Monochromatic Colors of #AC3722
Black with #AC3722
Text Example
Text Example
White with #AC3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3722; }
p { color: rgb(172,55,34); }
H1.HeaderClassName
{
color: #AC3722;
}
.AnyTagClassName
{
color: #AC3722;
}
</style>
background-color css
<style>
a { background-color: #AC3722; }
a { background-color: rgb(172,55,34); }
div.DivClassName
{
background-color: #AC3722;
}
.BgClassName
{
background-color: #AC3722;
}
</style>
border-color css
<style>
span { border-color: #AC3722; }
span { border-color: rgb(172,55,34); }
td.TdClassName
{
border-color: #AC3722;
}
.TagClassName
{
border-color: #AC3722;
}
</style>