Shades of Brown #AC2D22
Tints of Brown #AC2D22
RGB
CMYK
RGB Variations
Color information
#AC2D22 (or 0xAC2D22) is known color: Brown. HEX triplet: AC, 2D and 22. RGB value is (172,45,34). Sum of RGB (Red+Green+Blue) = 172+45+34=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D22 is #53D2DD. Grayscale: #515151. Windows color (decimal): -5493470 or 2239916. OLE color: 2239916.
HSL color Cylindrical-coordinate representation of color #AC2D22: hue angle of 4.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2D22 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 34 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.33 |
| HSL | 4.78º | 0.67% | 0.4% | - |
| HSV(B) | 4.78º | 0.8% | 0.67% | - |
| XYZ | 18.24 | 10.76 | 2.63 | - |
| YUV | 81.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 34 | 0 | 0.74 | 0.80 | 0.33 | 4.78 | 0.67 | 0.4 |
| Hex | AC | 2D | 22 | 0 | 4A | 50 | 21 | 5 | 43 | 28 |
| Octal | 254 | 55 | 42 | 0 | 112 | 120 | 41 | 5 | 103 | 50 |
| Binary | 10101100 | 101101 | 100010 | 0 | 1001010 | 1010000 | 100001 | 101 | 1000011 | 101000 |
Color Harmonies of #AC2D22
Complementary color
Monochromatic Colors of #AC2D22
Black with #AC2D22
Text Example
Text Example
White with #AC2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D22; }
p { color: rgb(172,45,34); }
H1.HeaderClassName
{
color: #AC2D22;
}
.AnyTagClassName
{
color: #AC2D22;
}
</style>
background-color css
<style>
a { background-color: #AC2D22; }
a { background-color: rgb(172,45,34); }
div.DivClassName
{
background-color: #AC2D22;
}
.BgClassName
{
background-color: #AC2D22;
}
</style>
border-color css
<style>
span { border-color: #AC2D22; }
span { border-color: rgb(172,45,34); }
td.TdClassName
{
border-color: #AC2D22;
}
.TagClassName
{
border-color: #AC2D22;
}
</style>