Shades of Brown #AC2726
Tints of Brown #AC2726
RGB
CMYK
RGB Variations
Color information
#AC2726 (or 0xAC2726) is known color: Brown. HEX triplet: AC, 27 and 26. RGB value is (172,39,38). Sum of RGB (Red+Green+Blue) = 172+39+38=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2726 is #53D8D9. Grayscale: #4E4E4E. Windows color (decimal): -5495002 or 2500524. OLE color: 2500524.
HSL color Cylindrical-coordinate representation of color #AC2726: hue angle of 0.45º 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 #AC2726 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 38 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.33 |
| HSL | 0.45º | 0.64% | 0.41% | - |
| HSV(B) | 0.45º | 0.78% | 0.67% | - |
| XYZ | 18.09 | 10.36 | 2.88 | - |
| YUV | 78.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 38 | 0 | 0.77 | 0.78 | 0.33 | 0.45 | 0.64 | 0.41 |
| Hex | AC | 27 | 26 | 0 | 4D | 4E | 21 | 0 | 40 | 29 |
| Octal | 254 | 47 | 46 | 0 | 115 | 116 | 41 | 0 | 100 | 51 |
| Binary | 10101100 | 100111 | 100110 | 0 | 1001101 | 1001110 | 100001 | 0 | 1000000 | 101001 |
Color Harmonies of #AC2726
Complementary color
Monochromatic Colors of #AC2726
Black with #AC2726
Text Example
Text Example
White with #AC2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2726; }
p { color: rgb(172,39,38); }
H1.HeaderClassName
{
color: #AC2726;
}
.AnyTagClassName
{
color: #AC2726;
}
</style>
background-color css
<style>
a { background-color: #AC2726; }
a { background-color: rgb(172,39,38); }
div.DivClassName
{
background-color: #AC2726;
}
.BgClassName
{
background-color: #AC2726;
}
</style>
border-color css
<style>
span { border-color: #AC2726; }
span { border-color: rgb(172,39,38); }
td.TdClassName
{
border-color: #AC2726;
}
.TagClassName
{
border-color: #AC2726;
}
</style>