Shades of Rock Spray #A6492C
Tints of Rock Spray #A6492C
RGB
CMYK
RGB Variations
Color information
#A6492C (or 0xA6492C) is known color: Rock Spray. HEX triplet: A6, 49 and 2C. RGB value is (166,73,44). Sum of RGB (Red+Green+Blue) = 166+73+44=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6492C is #59B6D3. Grayscale: #616161. Windows color (decimal): -5879508 or 2902438. OLE color: 2902438.
HSL color Cylindrical-coordinate representation of color #A6492C: hue angle of 14.26º 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 #A6492C is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 44 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.35 |
| HSL | 14.26º | 0.58% | 0.41% | - |
| HSV(B) | 14.26º | 0.73% | 0.65% | - |
| XYZ | 18.56 | 13.05 | 3.92 | - |
| YUV | 97.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 44 | 0 | 0.56 | 0.73 | 0.35 | 14.26 | 0.58 | 0.41 |
| Hex | A6 | 49 | 2C | 0 | 38 | 49 | 23 | E | 3A | 29 |
| Octal | 246 | 111 | 54 | 0 | 70 | 111 | 43 | 16 | 72 | 51 |
| Binary | 10100110 | 1001001 | 101100 | 0 | 111000 | 1001001 | 100011 | 1110 | 111010 | 101001 |
Color Harmonies of #A6492C
Complementary color
Monochromatic Colors of #A6492C
Black with #A6492C
Text Example
Text Example
White with #A6492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6492C; }
p { color: rgb(166,73,44); }
H1.HeaderClassName
{
color: #A6492C;
}
.AnyTagClassName
{
color: #A6492C;
}
</style>
background-color css
<style>
a { background-color: #A6492C; }
a { background-color: rgb(166,73,44); }
div.DivClassName
{
background-color: #A6492C;
}
.BgClassName
{
background-color: #A6492C;
}
</style>
border-color css
<style>
span { border-color: #A6492C; }
span { border-color: rgb(166,73,44); }
td.TdClassName
{
border-color: #A6492C;
}
.TagClassName
{
border-color: #A6492C;
}
</style>