Shades of Rock Spray #A14430
Tints of Rock Spray #A14430
RGB
CMYK
RGB Variations
Color information
#A14430 (or 0xA14430) is known color: Rock Spray. HEX triplet: A1, 44 and 30. RGB value is (161,68,48). Sum of RGB (Red+Green+Blue) = 161+68+48=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A14430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14430 is #5EBBCF. Grayscale: #5D5D5D. Windows color (decimal): -6208464 or 3163297. OLE color: 3163297.
HSL color Cylindrical-coordinate representation of color #A14430: hue angle of 10.62º degrees, saturation: 0.54, 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 #A14430 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 48 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.37 |
| HSL | 10.62º | 0.54% | 0.41% | - |
| HSV(B) | 10.62º | 0.7% | 0.63% | - |
| XYZ | 17.3 | 11.92 | 4.19 | - |
| YUV | 93.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 48 | 0 | 0.58 | 0.70 | 0.37 | 10.62 | 0.54 | 0.41 |
| Hex | A1 | 44 | 30 | 0 | 3A | 46 | 25 | B | 36 | 29 |
| Octal | 241 | 104 | 60 | 0 | 72 | 106 | 45 | 13 | 66 | 51 |
| Binary | 10100001 | 1000100 | 110000 | 0 | 111010 | 1000110 | 100101 | 1011 | 110110 | 101001 |
Color Harmonies of #A14430
Complementary color
Monochromatic Colors of #A14430
Black with #A14430
Text Example
Text Example
White with #A14430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14430; }
p { color: rgb(161,68,48); }
H1.HeaderClassName
{
color: #A14430;
}
.AnyTagClassName
{
color: #A14430;
}
</style>
background-color css
<style>
a { background-color: #A14430; }
a { background-color: rgb(161,68,48); }
div.DivClassName
{
background-color: #A14430;
}
.BgClassName
{
background-color: #A14430;
}
</style>
border-color css
<style>
span { border-color: #A14430; }
span { border-color: rgb(161,68,48); }
td.TdClassName
{
border-color: #A14430;
}
.TagClassName
{
border-color: #A14430;
}
</style>