Shades of Rock Spray #A14332
Tints of Rock Spray #A14332
RGB
CMYK
RGB Variations
Color information
#A14332 (or 0xA14332) is known color: Rock Spray. HEX triplet: A1, 43 and 32. RGB value is (161,67,50). Sum of RGB (Red+Green+Blue) = 161+67+50=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A14332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14332 is #5EBCCD. Grayscale: #5D5D5D. Windows color (decimal): -6208718 or 3294113. OLE color: 3294113.
HSL color Cylindrical-coordinate representation of color #A14332: hue angle of 9.19º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14332 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 50 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.37 |
| HSL | 9.19º | 0.53% | 0.41% | - |
| HSV(B) | 9.19º | 0.69% | 0.63% | - |
| XYZ | 17.28 | 11.82 | 4.39 | - |
| YUV | 93.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 50 | 0 | 0.58 | 0.69 | 0.37 | 9.19 | 0.53 | 0.41 |
| Hex | A1 | 43 | 32 | 0 | 3A | 45 | 25 | 9 | 35 | 29 |
| Octal | 241 | 103 | 62 | 0 | 72 | 105 | 45 | 11 | 65 | 51 |
| Binary | 10100001 | 1000011 | 110010 | 0 | 111010 | 1000101 | 100101 | 1001 | 110101 | 101001 |
Color Harmonies of #A14332
Complementary color
Monochromatic Colors of #A14332
Black with #A14332
Text Example
Text Example
White with #A14332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14332; }
p { color: rgb(161,67,50); }
H1.HeaderClassName
{
color: #A14332;
}
.AnyTagClassName
{
color: #A14332;
}
</style>
background-color css
<style>
a { background-color: #A14332; }
a { background-color: rgb(161,67,50); }
div.DivClassName
{
background-color: #A14332;
}
.BgClassName
{
background-color: #A14332;
}
</style>
border-color css
<style>
span { border-color: #A14332; }
span { border-color: rgb(161,67,50); }
td.TdClassName
{
border-color: #A14332;
}
.TagClassName
{
border-color: #A14332;
}
</style>