Shades of Brown #AC2A26
Tints of Brown #AC2A26
RGB
CMYK
RGB Variations
Color information
#AC2A26 (or 0xAC2A26) is known color: Brown. HEX triplet: AC, 2A and 26. RGB value is (172,42,38). Sum of RGB (Red+Green+Blue) = 172+42+38=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A26 is #53D5D9. Grayscale: #505050. Windows color (decimal): -5494234 or 2501292. OLE color: 2501292.
HSL color Cylindrical-coordinate representation of color #AC2A26: hue angle of 1.79º 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 #AC2A26 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 38 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.33 |
| HSL | 1.79º | 0.64% | 0.41% | - |
| HSV(B) | 1.79º | 0.78% | 0.67% | - |
| XYZ | 18.19 | 10.57 | 2.91 | - |
| YUV | 80.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 38 | 0 | 0.76 | 0.78 | 0.33 | 1.79 | 0.64 | 0.41 |
| Hex | AC | 2A | 26 | 0 | 4C | 4E | 21 | 2 | 40 | 29 |
| Octal | 254 | 52 | 46 | 0 | 114 | 116 | 41 | 2 | 100 | 51 |
| Binary | 10101100 | 101010 | 100110 | 0 | 1001100 | 1001110 | 100001 | 10 | 1000000 | 101001 |
Color Harmonies of #AC2A26
Complementary color
Monochromatic Colors of #AC2A26
Black with #AC2A26
Text Example
Text Example
White with #AC2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A26; }
p { color: rgb(172,42,38); }
H1.HeaderClassName
{
color: #AC2A26;
}
.AnyTagClassName
{
color: #AC2A26;
}
</style>
background-color css
<style>
a { background-color: #AC2A26; }
a { background-color: rgb(172,42,38); }
div.DivClassName
{
background-color: #AC2A26;
}
.BgClassName
{
background-color: #AC2A26;
}
</style>
border-color css
<style>
span { border-color: #AC2A26; }
span { border-color: rgb(172,42,38); }
td.TdClassName
{
border-color: #AC2A26;
}
.TagClassName
{
border-color: #AC2A26;
}
</style>