Shades of Rock Spray #A14431
Tints of Rock Spray #A14431
RGB
CMYK
RGB Variations
Color information
#A14431 (or 0xA14431) is known color: Rock Spray. HEX triplet: A1, 44 and 31. RGB value is (161,68,49). Sum of RGB (Red+Green+Blue) = 161+68+49=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A14431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14431 is #5EBBCE. Grayscale: #5D5D5D. Windows color (decimal): -6208463 or 3228833. OLE color: 3228833.
HSL color Cylindrical-coordinate representation of color #A14431: hue angle of 10.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14431 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 49 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.37 |
| HSL | 10.18º | 0.53% | 0.41% | - |
| HSV(B) | 10.18º | 0.7% | 0.63% | - |
| XYZ | 17.32 | 11.93 | 4.3 | - |
| YUV | 93.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 49 | 0 | 0.58 | 0.70 | 0.37 | 10.18 | 0.53 | 0.41 |
| Hex | A1 | 44 | 31 | 0 | 3A | 46 | 25 | A | 35 | 29 |
| Octal | 241 | 104 | 61 | 0 | 72 | 106 | 45 | 12 | 65 | 51 |
| Binary | 10100001 | 1000100 | 110001 | 0 | 111010 | 1000110 | 100101 | 1010 | 110101 | 101001 |
Color Harmonies of #A14431
Complementary color
Monochromatic Colors of #A14431
Black with #A14431
Text Example
Text Example
White with #A14431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14431; }
p { color: rgb(161,68,49); }
H1.HeaderClassName
{
color: #A14431;
}
.AnyTagClassName
{
color: #A14431;
}
</style>
background-color css
<style>
a { background-color: #A14431; }
a { background-color: rgb(161,68,49); }
div.DivClassName
{
background-color: #A14431;
}
.BgClassName
{
background-color: #A14431;
}
</style>
border-color css
<style>
span { border-color: #A14431; }
span { border-color: rgb(161,68,49); }
td.TdClassName
{
border-color: #A14431;
}
.TagClassName
{
border-color: #A14431;
}
</style>