Shades of Rock Spray #AC4024
Tints of Rock Spray #AC4024
RGB
CMYK
RGB Variations
Color information
#AC4024 (or 0xAC4024) is known color: Rock Spray. HEX triplet: AC, 40 and 24. RGB value is (172,64,36). Sum of RGB (Red+Green+Blue) = 172+64+36=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4024 is #53BFDB. Grayscale: #5D5D5D. Windows color (decimal): -5488604 or 2375852. OLE color: 2375852.
HSL color Cylindrical-coordinate representation of color #AC4024: hue angle of 12.35º 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 #AC4024 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 36 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.33 |
| HSL | 12.35º | 0.65% | 0.41% | - |
| HSV(B) | 12.35º | 0.79% | 0.67% | - |
| XYZ | 19.17 | 12.56 | 3.08 | - |
| YUV | 93.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 36 | 0 | 0.63 | 0.79 | 0.33 | 12.35 | 0.65 | 0.41 |
| Hex | AC | 40 | 24 | 0 | 3F | 4F | 21 | C | 41 | 29 |
| Octal | 254 | 100 | 44 | 0 | 77 | 117 | 41 | 14 | 101 | 51 |
| Binary | 10101100 | 1000000 | 100100 | 0 | 111111 | 1001111 | 100001 | 1100 | 1000001 | 101001 |
Color Harmonies of #AC4024
Complementary color
Monochromatic Colors of #AC4024
Black with #AC4024
Text Example
Text Example
White with #AC4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4024; }
p { color: rgb(172,64,36); }
H1.HeaderClassName
{
color: #AC4024;
}
.AnyTagClassName
{
color: #AC4024;
}
</style>
background-color css
<style>
a { background-color: #AC4024; }
a { background-color: rgb(172,64,36); }
div.DivClassName
{
background-color: #AC4024;
}
.BgClassName
{
background-color: #AC4024;
}
</style>
border-color css
<style>
span { border-color: #AC4024; }
span { border-color: rgb(172,64,36); }
td.TdClassName
{
border-color: #AC4024;
}
.TagClassName
{
border-color: #AC4024;
}
</style>