Shades of Brown #AC3422
Tints of Brown #AC3422
RGB
CMYK
RGB Variations
Color information
#AC3422 (or 0xAC3422) is known color: Brown. HEX triplet: AC, 34 and 22. RGB value is (172,52,34). Sum of RGB (Red+Green+Blue) = 172+52+34=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3422 is #53CBDD. Grayscale: #565656. Windows color (decimal): -5491678 or 2241708. OLE color: 2241708.
HSL color Cylindrical-coordinate representation of color #AC3422: hue angle of 7.83º 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 #AC3422 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 34 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.33 |
| HSL | 7.83º | 0.67% | 0.4% | - |
| HSV(B) | 7.83º | 0.8% | 0.67% | - |
| XYZ | 18.53 | 11.34 | 2.73 | - |
| YUV | 85.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 34 | 0 | 0.70 | 0.80 | 0.33 | 7.83 | 0.67 | 0.4 |
| Hex | AC | 34 | 22 | 0 | 46 | 50 | 21 | 8 | 43 | 28 |
| Octal | 254 | 64 | 42 | 0 | 106 | 120 | 41 | 10 | 103 | 50 |
| Binary | 10101100 | 110100 | 100010 | 0 | 1000110 | 1010000 | 100001 | 1000 | 1000011 | 101000 |
Color Harmonies of #AC3422
Complementary color
Monochromatic Colors of #AC3422
Black with #AC3422
Text Example
Text Example
White with #AC3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3422; }
p { color: rgb(172,52,34); }
H1.HeaderClassName
{
color: #AC3422;
}
.AnyTagClassName
{
color: #AC3422;
}
</style>
background-color css
<style>
a { background-color: #AC3422; }
a { background-color: rgb(172,52,34); }
div.DivClassName
{
background-color: #AC3422;
}
.BgClassName
{
background-color: #AC3422;
}
</style>
border-color css
<style>
span { border-color: #AC3422; }
span { border-color: rgb(172,52,34); }
td.TdClassName
{
border-color: #AC3422;
}
.TagClassName
{
border-color: #AC3422;
}
</style>