Shades of Rock Spray #A6421C
Tints of Rock Spray #A6421C
RGB
CMYK
RGB Variations
Color information
#A6421C (or 0xA6421C) is known color: Rock Spray. HEX triplet: A6, 42 and 1C. RGB value is (166,66,28). Sum of RGB (Red+Green+Blue) = 166+66+28=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6421C is #59BDE3. Grayscale: #5B5B5B. Windows color (decimal): -5881316 or 1852070. OLE color: 1852070.
HSL color Cylindrical-coordinate representation of color #A6421C: hue angle of 16.52º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6421C is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 28 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.35 |
| HSL | 16.52º | 0.71% | 0.38% | - |
| HSV(B) | 16.52º | 0.83% | 0.65% | - |
| XYZ | 17.88 | 12.09 | 2.49 | - |
| YUV | 91.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 28 | 0 | 0.60 | 0.83 | 0.35 | 16.52 | 0.71 | 0.38 |
| Hex | A6 | 42 | 1C | 0 | 3C | 53 | 23 | 11 | 47 | 26 |
| Octal | 246 | 102 | 34 | 0 | 74 | 123 | 43 | 21 | 107 | 46 |
| Binary | 10100110 | 1000010 | 11100 | 0 | 111100 | 1010011 | 100011 | 10001 | 1000111 | 100110 |
Color Harmonies of #A6421C
Complementary color
Monochromatic Colors of #A6421C
Black with #A6421C
Text Example
Text Example
White with #A6421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6421C; }
p { color: rgb(166,66,28); }
H1.HeaderClassName
{
color: #A6421C;
}
.AnyTagClassName
{
color: #A6421C;
}
</style>
background-color css
<style>
a { background-color: #A6421C; }
a { background-color: rgb(166,66,28); }
div.DivClassName
{
background-color: #A6421C;
}
.BgClassName
{
background-color: #A6421C;
}
</style>
border-color css
<style>
span { border-color: #A6421C; }
span { border-color: rgb(166,66,28); }
td.TdClassName
{
border-color: #A6421C;
}
.TagClassName
{
border-color: #A6421C;
}
</style>