Shades of Rock Spray #A6472C
Tints of Rock Spray #A6472C
RGB
CMYK
RGB Variations
Color information
#A6472C (or 0xA6472C) is known color: Rock Spray. HEX triplet: A6, 47 and 2C. RGB value is (166,71,44). Sum of RGB (Red+Green+Blue) = 166+71+44=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6472C is #59B8D3. Grayscale: #606060. Windows color (decimal): -5880020 or 2901926. OLE color: 2901926.
HSL color Cylindrical-coordinate representation of color #A6472C: hue angle of 13.28º 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 #A6472C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 44 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.35 |
| HSL | 13.28º | 0.58% | 0.41% | - |
| HSV(B) | 13.28º | 0.73% | 0.65% | - |
| XYZ | 18.43 | 12.8 | 3.88 | - |
| YUV | 96.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 44 | 0 | 0.57 | 0.73 | 0.35 | 13.28 | 0.58 | 0.41 |
| Hex | A6 | 47 | 2C | 0 | 39 | 49 | 23 | D | 3A | 29 |
| Octal | 246 | 107 | 54 | 0 | 71 | 111 | 43 | 15 | 72 | 51 |
| Binary | 10100110 | 1000111 | 101100 | 0 | 111001 | 1001001 | 100011 | 1101 | 111010 | 101001 |
Color Harmonies of #A6472C
Complementary color
Monochromatic Colors of #A6472C
Black with #A6472C
Text Example
Text Example
White with #A6472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6472C; }
p { color: rgb(166,71,44); }
H1.HeaderClassName
{
color: #A6472C;
}
.AnyTagClassName
{
color: #A6472C;
}
</style>
background-color css
<style>
a { background-color: #A6472C; }
a { background-color: rgb(166,71,44); }
div.DivClassName
{
background-color: #A6472C;
}
.BgClassName
{
background-color: #A6472C;
}
</style>
border-color css
<style>
span { border-color: #A6472C; }
span { border-color: rgb(166,71,44); }
td.TdClassName
{
border-color: #A6472C;
}
.TagClassName
{
border-color: #A6472C;
}
</style>