Shades of Brown #AC332D
Tints of Brown #AC332D
RGB
CMYK
RGB Variations
Color information
#AC332D (or 0xAC332D) is known color: Brown. HEX triplet: AC, 33 and 2D. RGB value is (172,51,45). Sum of RGB (Red+Green+Blue) = 172+51+45=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC332D is #53CCD2. Grayscale: #565656. Windows color (decimal): -5491923 or 2962348. OLE color: 2962348.
HSL color Cylindrical-coordinate representation of color #AC332D: hue angle of 2.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC332D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 45 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.33 |
| HSL | 2.83º | 0.59% | 0.43% | - |
| HSV(B) | 2.83º | 0.74% | 0.67% | - |
| XYZ | 18.67 | 11.33 | 3.69 | - |
| YUV | 86.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 45 | 0 | 0.70 | 0.74 | 0.33 | 2.83 | 0.59 | 0.43 |
| Hex | AC | 33 | 2D | 0 | 46 | 4A | 21 | 3 | 3B | 2B |
| Octal | 254 | 63 | 55 | 0 | 106 | 112 | 41 | 3 | 73 | 53 |
| Binary | 10101100 | 110011 | 101101 | 0 | 1000110 | 1001010 | 100001 | 11 | 111011 | 101011 |
Color Harmonies of #AC332D
Complementary color
Monochromatic Colors of #AC332D
Black with #AC332D
Text Example
Text Example
White with #AC332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC332D; }
p { color: rgb(172,51,45); }
H1.HeaderClassName
{
color: #AC332D;
}
.AnyTagClassName
{
color: #AC332D;
}
</style>
background-color css
<style>
a { background-color: #AC332D; }
a { background-color: rgb(172,51,45); }
div.DivClassName
{
background-color: #AC332D;
}
.BgClassName
{
background-color: #AC332D;
}
</style>
border-color css
<style>
span { border-color: #AC332D; }
span { border-color: rgb(172,51,45); }
td.TdClassName
{
border-color: #AC332D;
}
.TagClassName
{
border-color: #AC332D;
}
</style>