Shades of Brown #AC2D24
Tints of Brown #AC2D24
RGB
CMYK
RGB Variations
Color information
#AC2D24 (or 0xAC2D24) is known color: Brown. HEX triplet: AC, 2D and 24. RGB value is (172,45,36). Sum of RGB (Red+Green+Blue) = 172+45+36=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D24 is #53D2DB. Grayscale: #525252. Windows color (decimal): -5493468 or 2370988. OLE color: 2370988.
HSL color Cylindrical-coordinate representation of color #AC2D24: hue angle of 3.97º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2D24 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 36 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.33 |
| HSL | 3.97º | 0.65% | 0.41% | - |
| HSV(B) | 3.97º | 0.79% | 0.67% | - |
| XYZ | 18.27 | 10.77 | 2.79 | - |
| YUV | 81.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 36 | 0 | 0.74 | 0.79 | 0.33 | 3.97 | 0.65 | 0.41 |
| Hex | AC | 2D | 24 | 0 | 4A | 4F | 21 | 4 | 41 | 29 |
| Octal | 254 | 55 | 44 | 0 | 112 | 117 | 41 | 4 | 101 | 51 |
| Binary | 10101100 | 101101 | 100100 | 0 | 1001010 | 1001111 | 100001 | 100 | 1000001 | 101001 |
Color Harmonies of #AC2D24
Complementary color
Monochromatic Colors of #AC2D24
Black with #AC2D24
Text Example
Text Example
White with #AC2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D24; }
p { color: rgb(172,45,36); }
H1.HeaderClassName
{
color: #AC2D24;
}
.AnyTagClassName
{
color: #AC2D24;
}
</style>
background-color css
<style>
a { background-color: #AC2D24; }
a { background-color: rgb(172,45,36); }
div.DivClassName
{
background-color: #AC2D24;
}
.BgClassName
{
background-color: #AC2D24;
}
</style>
border-color css
<style>
span { border-color: #AC2D24; }
span { border-color: rgb(172,45,36); }
td.TdClassName
{
border-color: #AC2D24;
}
.TagClassName
{
border-color: #AC2D24;
}
</style>