Shades of Rock Spray #A64726
Tints of Rock Spray #A64726
RGB
CMYK
RGB Variations
Color information
#A64726 (or 0xA64726) is known color: Rock Spray. HEX triplet: A6, 47 and 26. RGB value is (166,71,38). Sum of RGB (Red+Green+Blue) = 166+71+38=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64726 is #59B8D9. Grayscale: #5F5F5F. Windows color (decimal): -5880026 or 2508710. OLE color: 2508710.
HSL color Cylindrical-coordinate representation of color #A64726: hue angle of 15.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A64726 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 38 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.35 |
| HSL | 15.47º | 0.63% | 0.4% | - |
| HSV(B) | 15.47º | 0.77% | 0.65% | - |
| XYZ | 18.33 | 12.75 | 3.33 | - |
| YUV | 95.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 38 | 0 | 0.57 | 0.77 | 0.35 | 15.47 | 0.63 | 0.4 |
| Hex | A6 | 47 | 26 | 0 | 39 | 4D | 23 | F | 3F | 28 |
| Octal | 246 | 107 | 46 | 0 | 71 | 115 | 43 | 17 | 77 | 50 |
| Binary | 10100110 | 1000111 | 100110 | 0 | 111001 | 1001101 | 100011 | 1111 | 111111 | 101000 |
Color Harmonies of #A64726
Complementary color
Monochromatic Colors of #A64726
Black with #A64726
Text Example
Text Example
White with #A64726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64726; }
p { color: rgb(166,71,38); }
H1.HeaderClassName
{
color: #A64726;
}
.AnyTagClassName
{
color: #A64726;
}
</style>
background-color css
<style>
a { background-color: #A64726; }
a { background-color: rgb(166,71,38); }
div.DivClassName
{
background-color: #A64726;
}
.BgClassName
{
background-color: #A64726;
}
</style>
border-color css
<style>
span { border-color: #A64726; }
span { border-color: rgb(166,71,38); }
td.TdClassName
{
border-color: #A64726;
}
.TagClassName
{
border-color: #A64726;
}
</style>