Shades of Rock Spray #AC4221
Tints of Rock Spray #AC4221
RGB
CMYK
RGB Variations
Color information
#AC4221 (or 0xAC4221) is known color: Rock Spray. HEX triplet: AC, 42 and 21. RGB value is (172,66,33). Sum of RGB (Red+Green+Blue) = 172+66+33=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4221 is #53BDDE. Grayscale: #5E5E5E. Windows color (decimal): -5488095 or 2179756. OLE color: 2179756.
HSL color Cylindrical-coordinate representation of color #AC4221: hue angle of 14.24º 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 #AC4221 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 33 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.33 |
| HSL | 14.24º | 0.68% | 0.4% | - |
| HSV(B) | 14.24º | 0.81% | 0.67% | - |
| XYZ | 19.24 | 12.78 | 2.89 | - |
| YUV | 93.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 33 | 0 | 0.62 | 0.81 | 0.33 | 14.24 | 0.68 | 0.4 |
| Hex | AC | 42 | 21 | 0 | 3E | 51 | 21 | E | 44 | 28 |
| Octal | 254 | 102 | 41 | 0 | 76 | 121 | 41 | 16 | 104 | 50 |
| Binary | 10101100 | 1000010 | 100001 | 0 | 111110 | 1010001 | 100001 | 1110 | 1000100 | 101000 |
Color Harmonies of #AC4221
Complementary color
Monochromatic Colors of #AC4221
Black with #AC4221
Text Example
Text Example
White with #AC4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4221; }
p { color: rgb(172,66,33); }
H1.HeaderClassName
{
color: #AC4221;
}
.AnyTagClassName
{
color: #AC4221;
}
</style>
background-color css
<style>
a { background-color: #AC4221; }
a { background-color: rgb(172,66,33); }
div.DivClassName
{
background-color: #AC4221;
}
.BgClassName
{
background-color: #AC4221;
}
</style>
border-color css
<style>
span { border-color: #AC4221; }
span { border-color: rgb(172,66,33); }
td.TdClassName
{
border-color: #AC4221;
}
.TagClassName
{
border-color: #AC4221;
}
</style>