Shades of Rock Spray #A44024
Tints of Rock Spray #A44024
RGB
CMYK
RGB Variations
Color information
#A44024 (or 0xA44024) is known color: Rock Spray. HEX triplet: A4, 40 and 24. RGB value is (164,64,36). Sum of RGB (Red+Green+Blue) = 164+64+36=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A44024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44024 is #5BBFDB. Grayscale: #5A5A5A. Windows color (decimal): -6012892 or 2375844. OLE color: 2375844.
HSL color Cylindrical-coordinate representation of color #A44024: hue angle of 13.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A44024 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 36 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.36 |
| HSL | 13.13º | 0.64% | 0.39% | - |
| HSV(B) | 13.13º | 0.78% | 0.64% | - |
| XYZ | 17.46 | 11.69 | 3 | - |
| YUV | 90.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 36 | 0 | 0.61 | 0.78 | 0.36 | 13.13 | 0.64 | 0.39 |
| Hex | A4 | 40 | 24 | 0 | 3D | 4E | 24 | D | 40 | 27 |
| Octal | 244 | 100 | 44 | 0 | 75 | 116 | 44 | 15 | 100 | 47 |
| Binary | 10100100 | 1000000 | 100100 | 0 | 111101 | 1001110 | 100100 | 1101 | 1000000 | 100111 |
Color Harmonies of #A44024
Complementary color
Monochromatic Colors of #A44024
Black with #A44024
Text Example
Text Example
White with #A44024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44024; }
p { color: rgb(164,64,36); }
H1.HeaderClassName
{
color: #A44024;
}
.AnyTagClassName
{
color: #A44024;
}
</style>
background-color css
<style>
a { background-color: #A44024; }
a { background-color: rgb(164,64,36); }
div.DivClassName
{
background-color: #A44024;
}
.BgClassName
{
background-color: #A44024;
}
</style>
border-color css
<style>
span { border-color: #A44024; }
span { border-color: rgb(164,64,36); }
td.TdClassName
{
border-color: #A44024;
}
.TagClassName
{
border-color: #A44024;
}
</style>