Shades of Brown #AC2D21
Tints of Brown #AC2D21
RGB
CMYK
RGB Variations
Color information
#AC2D21 (or 0xAC2D21) is known color: Brown. HEX triplet: AC, 2D and 21. RGB value is (172,45,33). Sum of RGB (Red+Green+Blue) = 172+45+33=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D21 is #53D2DE. Grayscale: #515151. Windows color (decimal): -5493471 or 2174380. OLE color: 2174380.
HSL color Cylindrical-coordinate representation of color #AC2D21: hue angle of 5.18º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2D21 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 33 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.33 |
| HSL | 5.18º | 0.68% | 0.4% | - |
| HSV(B) | 5.18º | 0.81% | 0.67% | - |
| XYZ | 18.23 | 10.76 | 2.55 | - |
| YUV | 81.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 33 | 0 | 0.74 | 0.81 | 0.33 | 5.18 | 0.68 | 0.4 |
| Hex | AC | 2D | 21 | 0 | 4A | 51 | 21 | 5 | 44 | 28 |
| Octal | 254 | 55 | 41 | 0 | 112 | 121 | 41 | 5 | 104 | 50 |
| Binary | 10101100 | 101101 | 100001 | 0 | 1001010 | 1010001 | 100001 | 101 | 1000100 | 101000 |
Color Harmonies of #AC2D21
Complementary color
Monochromatic Colors of #AC2D21
Black with #AC2D21
Text Example
Text Example
White with #AC2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D21; }
p { color: rgb(172,45,33); }
H1.HeaderClassName
{
color: #AC2D21;
}
.AnyTagClassName
{
color: #AC2D21;
}
</style>
background-color css
<style>
a { background-color: #AC2D21; }
a { background-color: rgb(172,45,33); }
div.DivClassName
{
background-color: #AC2D21;
}
.BgClassName
{
background-color: #AC2D21;
}
</style>
border-color css
<style>
span { border-color: #AC2D21; }
span { border-color: rgb(172,45,33); }
td.TdClassName
{
border-color: #AC2D21;
}
.TagClassName
{
border-color: #AC2D21;
}
</style>