Shades of Brown #AC352B
Tints of Brown #AC352B
RGB
CMYK
RGB Variations
Color information
#AC352B (or 0xAC352B) is known color: Brown. HEX triplet: AC, 35 and 2B. RGB value is (172,53,43). Sum of RGB (Red+Green+Blue) = 172+53+43=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC352B is #53CAD4. Grayscale: #575757. Windows color (decimal): -5491413 or 2831788. OLE color: 2831788.
HSL color Cylindrical-coordinate representation of color #AC352B: hue angle of 4.65º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC352B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 43 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.33 |
| HSL | 4.65º | 0.6% | 0.42% | - |
| HSV(B) | 4.65º | 0.75% | 0.67% | - |
| XYZ | 18.72 | 11.49 | 3.52 | - |
| YUV | 87.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 43 | 0 | 0.69 | 0.75 | 0.33 | 4.65 | 0.6 | 0.42 |
| Hex | AC | 35 | 2B | 0 | 45 | 4B | 21 | 5 | 3C | 2A |
| Octal | 254 | 65 | 53 | 0 | 105 | 113 | 41 | 5 | 74 | 52 |
| Binary | 10101100 | 110101 | 101011 | 0 | 1000101 | 1001011 | 100001 | 101 | 111100 | 101010 |
Color Harmonies of #AC352B
Complementary color
Monochromatic Colors of #AC352B
Black with #AC352B
Text Example
Text Example
White with #AC352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC352B; }
p { color: rgb(172,53,43); }
H1.HeaderClassName
{
color: #AC352B;
}
.AnyTagClassName
{
color: #AC352B;
}
</style>
background-color css
<style>
a { background-color: #AC352B; }
a { background-color: rgb(172,53,43); }
div.DivClassName
{
background-color: #AC352B;
}
.BgClassName
{
background-color: #AC352B;
}
</style>
border-color css
<style>
span { border-color: #AC352B; }
span { border-color: rgb(172,53,43); }
td.TdClassName
{
border-color: #AC352B;
}
.TagClassName
{
border-color: #AC352B;
}
</style>