Shades of Rock Spray #A14128
Tints of Rock Spray #A14128
RGB
CMYK
RGB Variations
Color information
#A14128 (or 0xA14128) is known color: Rock Spray. HEX triplet: A1, 41 and 28. RGB value is (161,65,40). Sum of RGB (Red+Green+Blue) = 161+65+40=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14128 is #5EBED7. Grayscale: #5B5B5B. Windows color (decimal): -6209240 or 2638241. OLE color: 2638241.
HSL color Cylindrical-coordinate representation of color #A14128: hue angle of 12.4º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14128 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 40 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.37 |
| HSL | 12.4º | 0.6% | 0.39% | - |
| HSV(B) | 12.4º | 0.75% | 0.63% | - |
| XYZ | 16.97 | 11.51 | 3.33 | - |
| YUV | 90.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 40 | 0 | 0.60 | 0.75 | 0.37 | 12.4 | 0.6 | 0.39 |
| Hex | A1 | 41 | 28 | 0 | 3C | 4B | 25 | C | 3C | 27 |
| Octal | 241 | 101 | 50 | 0 | 74 | 113 | 45 | 14 | 74 | 47 |
| Binary | 10100001 | 1000001 | 101000 | 0 | 111100 | 1001011 | 100101 | 1100 | 111100 | 100111 |
Color Harmonies of #A14128
Complementary color
Monochromatic Colors of #A14128
Black with #A14128
Text Example
Text Example
White with #A14128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14128; }
p { color: rgb(161,65,40); }
H1.HeaderClassName
{
color: #A14128;
}
.AnyTagClassName
{
color: #A14128;
}
</style>
background-color css
<style>
a { background-color: #A14128; }
a { background-color: rgb(161,65,40); }
div.DivClassName
{
background-color: #A14128;
}
.BgClassName
{
background-color: #A14128;
}
</style>
border-color css
<style>
span { border-color: #A14128; }
span { border-color: rgb(161,65,40); }
td.TdClassName
{
border-color: #A14128;
}
.TagClassName
{
border-color: #A14128;
}
</style>