Shades of Brown #AC322C
Tints of Brown #AC322C
RGB
CMYK
RGB Variations
Color information
#AC322C (or 0xAC322C) is known color: Brown. HEX triplet: AC, 32 and 2C. RGB value is (172,50,44). Sum of RGB (Red+Green+Blue) = 172+50+44=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC322C is #53CDD3. Grayscale: #555555. Windows color (decimal): -5492180 or 2896556. OLE color: 2896556.
HSL color Cylindrical-coordinate representation of color #AC322C: hue angle of 2.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC322C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 44 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.33 |
| HSL | 2.81º | 0.59% | 0.42% | - |
| HSV(B) | 2.81º | 0.74% | 0.67% | - |
| XYZ | 18.61 | 11.23 | 3.57 | - |
| YUV | 85.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 44 | 0 | 0.71 | 0.74 | 0.33 | 2.81 | 0.59 | 0.42 |
| Hex | AC | 32 | 2C | 0 | 47 | 4A | 21 | 3 | 3B | 2A |
| Octal | 254 | 62 | 54 | 0 | 107 | 112 | 41 | 3 | 73 | 52 |
| Binary | 10101100 | 110010 | 101100 | 0 | 1000111 | 1001010 | 100001 | 11 | 111011 | 101010 |
Color Harmonies of #AC322C
Complementary color
Monochromatic Colors of #AC322C
Black with #AC322C
Text Example
Text Example
White with #AC322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC322C; }
p { color: rgb(172,50,44); }
H1.HeaderClassName
{
color: #AC322C;
}
.AnyTagClassName
{
color: #AC322C;
}
</style>
background-color css
<style>
a { background-color: #AC322C; }
a { background-color: rgb(172,50,44); }
div.DivClassName
{
background-color: #AC322C;
}
.BgClassName
{
background-color: #AC322C;
}
</style>
border-color css
<style>
span { border-color: #AC322C; }
span { border-color: rgb(172,50,44); }
td.TdClassName
{
border-color: #AC322C;
}
.TagClassName
{
border-color: #AC322C;
}
</style>