Shades of Brown #AC3721
Tints of Brown #AC3721
RGB
CMYK
RGB Variations
Color information
#AC3721 (or 0xAC3721) is known color: Brown. HEX triplet: AC, 37 and 21. RGB value is (172,55,33). Sum of RGB (Red+Green+Blue) = 172+55+33=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3721 is #53C8DE. Grayscale: #575757. Windows color (decimal): -5490911 or 2176940. OLE color: 2176940.
HSL color Cylindrical-coordinate representation of color #AC3721: hue angle of 9.5º 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 #AC3721 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 33 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.33 |
| HSL | 9.5º | 0.68% | 0.4% | - |
| HSV(B) | 9.5º | 0.81% | 0.67% | - |
| XYZ | 18.65 | 11.61 | 2.7 | - |
| YUV | 87.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 33 | 0 | 0.68 | 0.81 | 0.33 | 9.5 | 0.68 | 0.4 |
| Hex | AC | 37 | 21 | 0 | 44 | 51 | 21 | 9 | 44 | 28 |
| Octal | 254 | 67 | 41 | 0 | 104 | 121 | 41 | 11 | 104 | 50 |
| Binary | 10101100 | 110111 | 100001 | 0 | 1000100 | 1010001 | 100001 | 1001 | 1000100 | 101000 |
Color Harmonies of #AC3721
Complementary color
Monochromatic Colors of #AC3721
Black with #AC3721
Text Example
Text Example
White with #AC3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3721; }
p { color: rgb(172,55,33); }
H1.HeaderClassName
{
color: #AC3721;
}
.AnyTagClassName
{
color: #AC3721;
}
</style>
background-color css
<style>
a { background-color: #AC3721; }
a { background-color: rgb(172,55,33); }
div.DivClassName
{
background-color: #AC3721;
}
.BgClassName
{
background-color: #AC3721;
}
</style>
border-color css
<style>
span { border-color: #AC3721; }
span { border-color: rgb(172,55,33); }
td.TdClassName
{
border-color: #AC3721;
}
.TagClassName
{
border-color: #AC3721;
}
</style>