Shades of Rock Spray #A6422B
Tints of Rock Spray #A6422B
RGB
CMYK
RGB Variations
Color information
#A6422B (or 0xA6422B) is known color: Rock Spray. HEX triplet: A6, 42 and 2B. RGB value is (166,66,43). Sum of RGB (Red+Green+Blue) = 166+66+43=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6422B is #59BDD4. Grayscale: #5D5D5D. Windows color (decimal): -5881301 or 2835110. OLE color: 2835110.
HSL color Cylindrical-coordinate representation of color #A6422B: hue angle of 11.22º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6422B is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 43 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.35 |
| HSL | 11.22º | 0.59% | 0.41% | - |
| HSV(B) | 11.22º | 0.74% | 0.65% | - |
| XYZ | 18.11 | 12.18 | 3.68 | - |
| YUV | 93.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 43 | 0 | 0.60 | 0.74 | 0.35 | 11.22 | 0.59 | 0.41 |
| Hex | A6 | 42 | 2B | 0 | 3C | 4A | 23 | B | 3B | 29 |
| Octal | 246 | 102 | 53 | 0 | 74 | 112 | 43 | 13 | 73 | 51 |
| Binary | 10100110 | 1000010 | 101011 | 0 | 111100 | 1001010 | 100011 | 1011 | 111011 | 101001 |
Color Harmonies of #A6422B
Complementary color
Monochromatic Colors of #A6422B
Black with #A6422B
Text Example
Text Example
White with #A6422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6422B; }
p { color: rgb(166,66,43); }
H1.HeaderClassName
{
color: #A6422B;
}
.AnyTagClassName
{
color: #A6422B;
}
</style>
background-color css
<style>
a { background-color: #A6422B; }
a { background-color: rgb(166,66,43); }
div.DivClassName
{
background-color: #A6422B;
}
.BgClassName
{
background-color: #A6422B;
}
</style>
border-color css
<style>
span { border-color: #A6422B; }
span { border-color: rgb(166,66,43); }
td.TdClassName
{
border-color: #A6422B;
}
.TagClassName
{
border-color: #A6422B;
}
</style>