Shades of Rock Spray #AC3C20
Tints of Rock Spray #AC3C20
RGB
CMYK
RGB Variations
Color information
#AC3C20 (or 0xAC3C20) is known color: Rock Spray. HEX triplet: AC, 3C and 20. RGB value is (172,60,32). Sum of RGB (Red+Green+Blue) = 172+60+32=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C20 is #53C3DF. Grayscale: #5A5A5A. Windows color (decimal): -5489632 or 2112684. OLE color: 2112684.
HSL color Cylindrical-coordinate representation of color #AC3C20: hue angle of 12º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC3C20 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 32 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.33 |
| HSL | 12º | 0.69% | 0.4% | - |
| HSV(B) | 12º | 0.81% | 0.67% | - |
| XYZ | 18.89 | 12.11 | 2.71 | - |
| YUV | 90.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 32 | 0 | 0.65 | 0.81 | 0.33 | 12 | 0.69 | 0.4 |
| Hex | AC | 3C | 20 | 0 | 41 | 51 | 21 | C | 45 | 28 |
| Octal | 254 | 74 | 40 | 0 | 101 | 121 | 41 | 14 | 105 | 50 |
| Binary | 10101100 | 111100 | 100000 | 0 | 1000001 | 1010001 | 100001 | 1100 | 1000101 | 101000 |
Color Harmonies of #AC3C20
Complementary color
Monochromatic Colors of #AC3C20
Black with #AC3C20
Text Example
Text Example
White with #AC3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C20; }
p { color: rgb(172,60,32); }
H1.HeaderClassName
{
color: #AC3C20;
}
.AnyTagClassName
{
color: #AC3C20;
}
</style>
background-color css
<style>
a { background-color: #AC3C20; }
a { background-color: rgb(172,60,32); }
div.DivClassName
{
background-color: #AC3C20;
}
.BgClassName
{
background-color: #AC3C20;
}
</style>
border-color css
<style>
span { border-color: #AC3C20; }
span { border-color: rgb(172,60,32); }
td.TdClassName
{
border-color: #AC3C20;
}
.TagClassName
{
border-color: #AC3C20;
}
</style>