Shades of Brown #AC3426
Tints of Brown #AC3426
RGB
CMYK
RGB Variations
Color information
#AC3426 (or 0xAC3426) is known color: Brown. HEX triplet: AC, 34 and 26. RGB value is (172,52,38). Sum of RGB (Red+Green+Blue) = 172+52+38=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3426 is #53CBD9. Grayscale: #565656. Windows color (decimal): -5491674 or 2503852. OLE color: 2503852.
HSL color Cylindrical-coordinate representation of color #AC3426: hue angle of 6.27º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC3426 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 38 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.33 |
| HSL | 6.27º | 0.64% | 0.41% | - |
| HSV(B) | 6.27º | 0.78% | 0.67% | - |
| XYZ | 18.59 | 11.37 | 3.05 | - |
| YUV | 86.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 38 | 0 | 0.70 | 0.78 | 0.33 | 6.27 | 0.64 | 0.41 |
| Hex | AC | 34 | 26 | 0 | 46 | 4E | 21 | 6 | 40 | 29 |
| Octal | 254 | 64 | 46 | 0 | 106 | 116 | 41 | 6 | 100 | 51 |
| Binary | 10101100 | 110100 | 100110 | 0 | 1000110 | 1001110 | 100001 | 110 | 1000000 | 101001 |
Color Harmonies of #AC3426
Complementary color
Monochromatic Colors of #AC3426
Black with #AC3426
Text Example
Text Example
White with #AC3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3426; }
p { color: rgb(172,52,38); }
H1.HeaderClassName
{
color: #AC3426;
}
.AnyTagClassName
{
color: #AC3426;
}
</style>
background-color css
<style>
a { background-color: #AC3426; }
a { background-color: rgb(172,52,38); }
div.DivClassName
{
background-color: #AC3426;
}
.BgClassName
{
background-color: #AC3426;
}
</style>
border-color css
<style>
span { border-color: #AC3426; }
span { border-color: rgb(172,52,38); }
td.TdClassName
{
border-color: #AC3426;
}
.TagClassName
{
border-color: #AC3426;
}
</style>