Shades of Rock Spray #A14434
Tints of Rock Spray #A14434
RGB
CMYK
RGB Variations
Color information
#A14434 (or 0xA14434) is known color: Rock Spray. HEX triplet: A1, 44 and 34. RGB value is (161,68,52). Sum of RGB (Red+Green+Blue) = 161+68+52=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A14434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14434 is #5EBBCB. Grayscale: #5E5E5E. Windows color (decimal): -6208460 or 3425441. OLE color: 3425441.
HSL color Cylindrical-coordinate representation of color #A14434: hue angle of 8.81º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14434 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 52 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.37 |
| HSL | 8.81º | 0.51% | 0.42% | - |
| HSV(B) | 8.81º | 0.68% | 0.63% | - |
| XYZ | 17.38 | 11.96 | 4.64 | - |
| YUV | 93.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 52 | 0 | 0.58 | 0.68 | 0.37 | 8.81 | 0.51 | 0.42 |
| Hex | A1 | 44 | 34 | 0 | 3A | 44 | 25 | 9 | 33 | 2A |
| Octal | 241 | 104 | 64 | 0 | 72 | 104 | 45 | 11 | 63 | 52 |
| Binary | 10100001 | 1000100 | 110100 | 0 | 111010 | 1000100 | 100101 | 1001 | 110011 | 101010 |
Color Harmonies of #A14434
Complementary color
Monochromatic Colors of #A14434
Black with #A14434
Text Example
Text Example
White with #A14434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14434; }
p { color: rgb(161,68,52); }
H1.HeaderClassName
{
color: #A14434;
}
.AnyTagClassName
{
color: #A14434;
}
</style>
background-color css
<style>
a { background-color: #A14434; }
a { background-color: rgb(161,68,52); }
div.DivClassName
{
background-color: #A14434;
}
.BgClassName
{
background-color: #A14434;
}
</style>
border-color css
<style>
span { border-color: #A14434; }
span { border-color: rgb(161,68,52); }
td.TdClassName
{
border-color: #A14434;
}
.TagClassName
{
border-color: #A14434;
}
</style>