Shades of Rock Spray #A14627
Tints of Rock Spray #A14627
RGB
CMYK
RGB Variations
Color information
#A14627 (or 0xA14627) is known color: Rock Spray. HEX triplet: A1, 46 and 27. RGB value is (161,70,39). Sum of RGB (Red+Green+Blue) = 161+70+39=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A14627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14627 is #5EB9D8. Grayscale: #5D5D5D. Windows color (decimal): -6207961 or 2573985. OLE color: 2573985.
HSL color Cylindrical-coordinate representation of color #A14627: hue angle of 15.25º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A14627 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 39 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.37 |
| HSL | 15.25º | 0.61% | 0.39% | - |
| HSV(B) | 15.25º | 0.76% | 0.63% | - |
| XYZ | 17.25 | 12.1 | 3.35 | - |
| YUV | 93.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 39 | 0 | 0.57 | 0.76 | 0.37 | 15.25 | 0.61 | 0.39 |
| Hex | A1 | 46 | 27 | 0 | 39 | 4C | 25 | F | 3D | 27 |
| Octal | 241 | 106 | 47 | 0 | 71 | 114 | 45 | 17 | 75 | 47 |
| Binary | 10100001 | 1000110 | 100111 | 0 | 111001 | 1001100 | 100101 | 1111 | 111101 | 100111 |
Color Harmonies of #A14627
Complementary color
Monochromatic Colors of #A14627
Black with #A14627
Text Example
Text Example
White with #A14627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14627; }
p { color: rgb(161,70,39); }
H1.HeaderClassName
{
color: #A14627;
}
.AnyTagClassName
{
color: #A14627;
}
</style>
background-color css
<style>
a { background-color: #A14627; }
a { background-color: rgb(161,70,39); }
div.DivClassName
{
background-color: #A14627;
}
.BgClassName
{
background-color: #A14627;
}
</style>
border-color css
<style>
span { border-color: #A14627; }
span { border-color: rgb(161,70,39); }
td.TdClassName
{
border-color: #A14627;
}
.TagClassName
{
border-color: #A14627;
}
</style>