Shades of Rock Spray #AC3A21
Tints of Rock Spray #AC3A21
RGB
CMYK
RGB Variations
Color information
#AC3A21 (or 0xAC3A21) is known color: Rock Spray. HEX triplet: AC, 3A and 21. RGB value is (172,58,33). Sum of RGB (Red+Green+Blue) = 172+58+33=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A21 is #53C5DE. Grayscale: #595959. Windows color (decimal): -5490143 or 2177708. OLE color: 2177708.
HSL color Cylindrical-coordinate representation of color #AC3A21: hue angle of 10.79º degrees, saturation: 0.68, 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 #AC3A21 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 33 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.33 |
| HSL | 10.79º | 0.68% | 0.4% | - |
| HSV(B) | 10.79º | 0.81% | 0.67% | - |
| XYZ | 18.8 | 11.91 | 2.75 | - |
| YUV | 89.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 33 | 0 | 0.66 | 0.81 | 0.33 | 10.79 | 0.68 | 0.4 |
| Hex | AC | 3A | 21 | 0 | 42 | 51 | 21 | B | 44 | 28 |
| Octal | 254 | 72 | 41 | 0 | 102 | 121 | 41 | 13 | 104 | 50 |
| Binary | 10101100 | 111010 | 100001 | 0 | 1000010 | 1010001 | 100001 | 1011 | 1000100 | 101000 |
Color Harmonies of #AC3A21
Complementary color
Monochromatic Colors of #AC3A21
Black with #AC3A21
Text Example
Text Example
White with #AC3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A21; }
p { color: rgb(172,58,33); }
H1.HeaderClassName
{
color: #AC3A21;
}
.AnyTagClassName
{
color: #AC3A21;
}
</style>
background-color css
<style>
a { background-color: #AC3A21; }
a { background-color: rgb(172,58,33); }
div.DivClassName
{
background-color: #AC3A21;
}
.BgClassName
{
background-color: #AC3A21;
}
</style>
border-color css
<style>
span { border-color: #AC3A21; }
span { border-color: rgb(172,58,33); }
td.TdClassName
{
border-color: #AC3A21;
}
.TagClassName
{
border-color: #AC3A21;
}
</style>