Shades of Brown #AC2926
Tints of Brown #AC2926
RGB
CMYK
RGB Variations
Color information
#AC2926 (or 0xAC2926) is known color: Brown. HEX triplet: AC, 29 and 26. RGB value is (172,41,38). Sum of RGB (Red+Green+Blue) = 172+41+38=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2926 is #53D6D9. Grayscale: #4F4F4F. Windows color (decimal): -5494490 or 2501036. OLE color: 2501036.
HSL color Cylindrical-coordinate representation of color #AC2926: hue angle of 1.34º 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 #AC2926 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 38 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.33 |
| HSL | 1.34º | 0.64% | 0.41% | - |
| HSV(B) | 1.34º | 0.78% | 0.67% | - |
| XYZ | 18.16 | 10.5 | 2.9 | - |
| YUV | 79.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 38 | 0 | 0.76 | 0.78 | 0.33 | 1.34 | 0.64 | 0.41 |
| Hex | AC | 29 | 26 | 0 | 4C | 4E | 21 | 1 | 40 | 29 |
| Octal | 254 | 51 | 46 | 0 | 114 | 116 | 41 | 1 | 100 | 51 |
| Binary | 10101100 | 101001 | 100110 | 0 | 1001100 | 1001110 | 100001 | 1 | 1000000 | 101001 |
Color Harmonies of #AC2926
Complementary color
Monochromatic Colors of #AC2926
Black with #AC2926
Text Example
Text Example
White with #AC2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2926; }
p { color: rgb(172,41,38); }
H1.HeaderClassName
{
color: #AC2926;
}
.AnyTagClassName
{
color: #AC2926;
}
</style>
background-color css
<style>
a { background-color: #AC2926; }
a { background-color: rgb(172,41,38); }
div.DivClassName
{
background-color: #AC2926;
}
.BgClassName
{
background-color: #AC2926;
}
</style>
border-color css
<style>
span { border-color: #AC2926; }
span { border-color: rgb(172,41,38); }
td.TdClassName
{
border-color: #AC2926;
}
.TagClassName
{
border-color: #AC2926;
}
</style>