Shades of Rock Spray #A63927
Tints of Rock Spray #A63927
RGB
CMYK
RGB Variations
Color information
#A63927 (or 0xA63927) is known color: Rock Spray. HEX triplet: A6, 39 and 27. RGB value is (166,57,39). Sum of RGB (Red+Green+Blue) = 166+57+39=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A63927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63927 is #59C6D8. Grayscale: #575757. Windows color (decimal): -5883609 or 2570662. OLE color: 2570662.
HSL color Cylindrical-coordinate representation of color #A63927: hue angle of 8.5º degrees, saturation: 0.62, 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 #A63927 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 39 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.35 |
| HSL | 8.5º | 0.62% | 0.4% | - |
| HSV(B) | 8.5º | 0.77% | 0.65% | - |
| XYZ | 17.56 | 11.18 | 3.15 | - |
| YUV | 87.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 39 | 0 | 0.66 | 0.77 | 0.35 | 8.5 | 0.62 | 0.4 |
| Hex | A6 | 39 | 27 | 0 | 42 | 4D | 23 | 9 | 3E | 28 |
| Octal | 246 | 71 | 47 | 0 | 102 | 115 | 43 | 11 | 76 | 50 |
| Binary | 10100110 | 111001 | 100111 | 0 | 1000010 | 1001101 | 100011 | 1001 | 111110 | 101000 |
Color Harmonies of #A63927
Complementary color
Monochromatic Colors of #A63927
Black with #A63927
Text Example
Text Example
White with #A63927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63927; }
p { color: rgb(166,57,39); }
H1.HeaderClassName
{
color: #A63927;
}
.AnyTagClassName
{
color: #A63927;
}
</style>
background-color css
<style>
a { background-color: #A63927; }
a { background-color: rgb(166,57,39); }
div.DivClassName
{
background-color: #A63927;
}
.BgClassName
{
background-color: #A63927;
}
</style>
border-color css
<style>
span { border-color: #A63927; }
span { border-color: rgb(166,57,39); }
td.TdClassName
{
border-color: #A63927;
}
.TagClassName
{
border-color: #A63927;
}
</style>