Shades of Rock Spray #A4442E
Tints of Rock Spray #A4442E
RGB
CMYK
RGB Variations
Color information
#A4442E (or 0xA4442E) is known color: Rock Spray. HEX triplet: A4, 44 and 2E. RGB value is (164,68,46). Sum of RGB (Red+Green+Blue) = 164+68+46=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4442E is #5BBBD1. Grayscale: #5E5E5E. Windows color (decimal): -6011858 or 3032228. OLE color: 3032228.
HSL color Cylindrical-coordinate representation of color #A4442E: hue angle of 11.19º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4442E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 46 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.36 |
| HSL | 11.19º | 0.56% | 0.41% | - |
| HSV(B) | 11.19º | 0.72% | 0.64% | - |
| XYZ | 17.87 | 12.22 | 4 | - |
| YUV | 94.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 46 | 0 | 0.59 | 0.72 | 0.36 | 11.19 | 0.56 | 0.41 |
| Hex | A4 | 44 | 2E | 0 | 3B | 48 | 24 | B | 38 | 29 |
| Octal | 244 | 104 | 56 | 0 | 73 | 110 | 44 | 13 | 70 | 51 |
| Binary | 10100100 | 1000100 | 101110 | 0 | 111011 | 1001000 | 100100 | 1011 | 111000 | 101001 |
Color Harmonies of #A4442E
Complementary color
Monochromatic Colors of #A4442E
Black with #A4442E
Text Example
Text Example
White with #A4442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4442E; }
p { color: rgb(164,68,46); }
H1.HeaderClassName
{
color: #A4442E;
}
.AnyTagClassName
{
color: #A4442E;
}
</style>
background-color css
<style>
a { background-color: #A4442E; }
a { background-color: rgb(164,68,46); }
div.DivClassName
{
background-color: #A4442E;
}
.BgClassName
{
background-color: #A4442E;
}
</style>
border-color css
<style>
span { border-color: #A4442E; }
span { border-color: rgb(164,68,46); }
td.TdClassName
{
border-color: #A4442E;
}
.TagClassName
{
border-color: #A4442E;
}
</style>