Shades of Brown #AC2826
Tints of Brown #AC2826
RGB
CMYK
RGB Variations
Color information
#AC2826 (or 0xAC2826) is known color: Brown. HEX triplet: AC, 28 and 26. RGB value is (172,40,38). Sum of RGB (Red+Green+Blue) = 172+40+38=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2826 is #53D7D9. Grayscale: #4F4F4F. Windows color (decimal): -5494746 or 2500780. OLE color: 2500780.
HSL color Cylindrical-coordinate representation of color #AC2826: hue angle of 0.9º 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 #AC2826 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 38 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.33 |
| HSL | 0.9º | 0.64% | 0.41% | - |
| HSV(B) | 0.9º | 0.78% | 0.67% | - |
| XYZ | 18.12 | 10.43 | 2.89 | - |
| YUV | 79.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 38 | 0 | 0.77 | 0.78 | 0.33 | 0.9 | 0.64 | 0.41 |
| Hex | AC | 28 | 26 | 0 | 4D | 4E | 21 | 1 | 40 | 29 |
| Octal | 254 | 50 | 46 | 0 | 115 | 116 | 41 | 1 | 100 | 51 |
| Binary | 10101100 | 101000 | 100110 | 0 | 1001101 | 1001110 | 100001 | 1 | 1000000 | 101001 |
Color Harmonies of #AC2826
Complementary color
Monochromatic Colors of #AC2826
Black with #AC2826
Text Example
Text Example
White with #AC2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2826; }
p { color: rgb(172,40,38); }
H1.HeaderClassName
{
color: #AC2826;
}
.AnyTagClassName
{
color: #AC2826;
}
</style>
background-color css
<style>
a { background-color: #AC2826; }
a { background-color: rgb(172,40,38); }
div.DivClassName
{
background-color: #AC2826;
}
.BgClassName
{
background-color: #AC2826;
}
</style>
border-color css
<style>
span { border-color: #AC2826; }
span { border-color: rgb(172,40,38); }
td.TdClassName
{
border-color: #AC2826;
}
.TagClassName
{
border-color: #AC2826;
}
</style>