Shades of Brown #AC3622
Tints of Brown #AC3622
RGB
CMYK
RGB Variations
Color information
#AC3622 (or 0xAC3622) is known color: Brown. HEX triplet: AC, 36 and 22. RGB value is (172,54,34). Sum of RGB (Red+Green+Blue) = 172+54+34=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3622 is #53C9DD. Grayscale: #575757. Windows color (decimal): -5491166 or 2242220. OLE color: 2242220.
HSL color Cylindrical-coordinate representation of color #AC3622: hue angle of 8.7º 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 #AC3622 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 34 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.33 |
| HSL | 8.7º | 0.67% | 0.4% | - |
| HSV(B) | 8.7º | 0.8% | 0.67% | - |
| XYZ | 18.62 | 11.52 | 2.76 | - |
| YUV | 87 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 34 | 0 | 0.69 | 0.80 | 0.33 | 8.7 | 0.67 | 0.4 |
| Hex | AC | 36 | 22 | 0 | 45 | 50 | 21 | 9 | 43 | 28 |
| Octal | 254 | 66 | 42 | 0 | 105 | 120 | 41 | 11 | 103 | 50 |
| Binary | 10101100 | 110110 | 100010 | 0 | 1000101 | 1010000 | 100001 | 1001 | 1000011 | 101000 |
Color Harmonies of #AC3622
Complementary color
Monochromatic Colors of #AC3622
Black with #AC3622
Text Example
Text Example
White with #AC3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3622; }
p { color: rgb(172,54,34); }
H1.HeaderClassName
{
color: #AC3622;
}
.AnyTagClassName
{
color: #AC3622;
}
</style>
background-color css
<style>
a { background-color: #AC3622; }
a { background-color: rgb(172,54,34); }
div.DivClassName
{
background-color: #AC3622;
}
.BgClassName
{
background-color: #AC3622;
}
</style>
border-color css
<style>
span { border-color: #AC3622; }
span { border-color: rgb(172,54,34); }
td.TdClassName
{
border-color: #AC3622;
}
.TagClassName
{
border-color: #AC3622;
}
</style>