Shades of Brown #AC3324
Tints of Brown #AC3324
RGB
CMYK
RGB Variations
Color information
#AC3324 (or 0xAC3324) is known color: Brown. HEX triplet: AC, 33 and 24. RGB value is (172,51,36). Sum of RGB (Red+Green+Blue) = 172+51+36=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3324 is #53CCDB. Grayscale: #555555. Windows color (decimal): -5491932 or 2372524. OLE color: 2372524.
HSL color Cylindrical-coordinate representation of color #AC3324: hue angle of 6.62º 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 #AC3324 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 36 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.33 |
| HSL | 6.62º | 0.65% | 0.41% | - |
| HSV(B) | 6.62º | 0.79% | 0.67% | - |
| XYZ | 18.52 | 11.27 | 2.87 | - |
| YUV | 85.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 36 | 0 | 0.70 | 0.79 | 0.33 | 6.62 | 0.65 | 0.41 |
| Hex | AC | 33 | 24 | 0 | 46 | 4F | 21 | 7 | 41 | 29 |
| Octal | 254 | 63 | 44 | 0 | 106 | 117 | 41 | 7 | 101 | 51 |
| Binary | 10101100 | 110011 | 100100 | 0 | 1000110 | 1001111 | 100001 | 111 | 1000001 | 101001 |
Color Harmonies of #AC3324
Complementary color
Monochromatic Colors of #AC3324
Black with #AC3324
Text Example
Text Example
White with #AC3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3324; }
p { color: rgb(172,51,36); }
H1.HeaderClassName
{
color: #AC3324;
}
.AnyTagClassName
{
color: #AC3324;
}
</style>
background-color css
<style>
a { background-color: #AC3324; }
a { background-color: rgb(172,51,36); }
div.DivClassName
{
background-color: #AC3324;
}
.BgClassName
{
background-color: #AC3324;
}
</style>
border-color css
<style>
span { border-color: #AC3324; }
span { border-color: rgb(172,51,36); }
td.TdClassName
{
border-color: #AC3324;
}
.TagClassName
{
border-color: #AC3324;
}
</style>