Shades of Brown #AC302C
Tints of Brown #AC302C
RGB
CMYK
RGB Variations
Color information
#AC302C (or 0xAC302C) is known color: Brown. HEX triplet: AC, 30 and 2C. RGB value is (172,48,44). Sum of RGB (Red+Green+Blue) = 172+48+44=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302C is #53CFD3. Grayscale: #545454. Windows color (decimal): -5492692 or 2896044. OLE color: 2896044.
HSL color Cylindrical-coordinate representation of color #AC302C: hue angle of 1.88º 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 #AC302C is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 44 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.33 |
| HSL | 1.88º | 0.59% | 0.42% | - |
| HSV(B) | 1.88º | 0.74% | 0.67% | - |
| XYZ | 18.52 | 11.07 | 3.54 | - |
| YUV | 84.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 44 | 0 | 0.72 | 0.74 | 0.33 | 1.88 | 0.59 | 0.42 |
| Hex | AC | 30 | 2C | 0 | 48 | 4A | 21 | 2 | 3B | 2A |
| Octal | 254 | 60 | 54 | 0 | 110 | 112 | 41 | 2 | 73 | 52 |
| Binary | 10101100 | 110000 | 101100 | 0 | 1001000 | 1001010 | 100001 | 10 | 111011 | 101010 |
Color Harmonies of #AC302C
Complementary color
Monochromatic Colors of #AC302C
Black with #AC302C
Text Example
Text Example
White with #AC302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC302C; }
p { color: rgb(172,48,44); }
H1.HeaderClassName
{
color: #AC302C;
}
.AnyTagClassName
{
color: #AC302C;
}
</style>
background-color css
<style>
a { background-color: #AC302C; }
a { background-color: rgb(172,48,44); }
div.DivClassName
{
background-color: #AC302C;
}
.BgClassName
{
background-color: #AC302C;
}
</style>
border-color css
<style>
span { border-color: #AC302C; }
span { border-color: rgb(172,48,44); }
td.TdClassName
{
border-color: #AC302C;
}
.TagClassName
{
border-color: #AC302C;
}
</style>