Shades of Rock Spray #A6442C
Tints of Rock Spray #A6442C
RGB
CMYK
RGB Variations
Color information
#A6442C (or 0xA6442C) is known color: Rock Spray. HEX triplet: A6, 44 and 2C. RGB value is (166,68,44). Sum of RGB (Red+Green+Blue) = 166+68+44=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6442C is #59BBD3. Grayscale: #5E5E5E. Windows color (decimal): -5880788 or 2901158. OLE color: 2901158.
HSL color Cylindrical-coordinate representation of color #A6442C: hue angle of 11.8º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6442C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 44 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.35 |
| HSL | 11.8º | 0.58% | 0.41% | - |
| HSV(B) | 11.8º | 0.73% | 0.65% | - |
| XYZ | 18.25 | 12.42 | 3.82 | - |
| YUV | 94.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 44 | 0 | 0.59 | 0.73 | 0.35 | 11.8 | 0.58 | 0.41 |
| Hex | A6 | 44 | 2C | 0 | 3B | 49 | 23 | C | 3A | 29 |
| Octal | 246 | 104 | 54 | 0 | 73 | 111 | 43 | 14 | 72 | 51 |
| Binary | 10100110 | 1000100 | 101100 | 0 | 111011 | 1001001 | 100011 | 1100 | 111010 | 101001 |
Color Harmonies of #A6442C
Complementary color
Monochromatic Colors of #A6442C
Black with #A6442C
Text Example
Text Example
White with #A6442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6442C; }
p { color: rgb(166,68,44); }
H1.HeaderClassName
{
color: #A6442C;
}
.AnyTagClassName
{
color: #A6442C;
}
</style>
background-color css
<style>
a { background-color: #A6442C; }
a { background-color: rgb(166,68,44); }
div.DivClassName
{
background-color: #A6442C;
}
.BgClassName
{
background-color: #A6442C;
}
</style>
border-color css
<style>
span { border-color: #A6442C; }
span { border-color: rgb(166,68,44); }
td.TdClassName
{
border-color: #A6442C;
}
.TagClassName
{
border-color: #A6442C;
}
</style>